MaterialSymbolsRounded[FILL,GRAD,opsz,wght].codepoints 65 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672
  1. 10k e951
  2. 10mp e952
  3. 11mp e953
  4. 123 eb8d
  5. 12mp e954
  6. 13mp e955
  7. 14mp e956
  8. 15mp e957
  9. 16mp e958
  10. 17mp e959
  11. 18_up_rating f8fd
  12. 18mp e95a
  13. 19mp e95b
  14. 1k e95c
  15. 1k_plus e95d
  16. 1x_mobiledata efcd
  17. 1x_mobiledata_badge f7f1
  18. 20mp e95e
  19. 21mp e95f
  20. 22mp e960
  21. 23mp e961
  22. 24fps_select f3f2
  23. 24mp e962
  24. 2d ef37
  25. 2k e963
  26. 2k_plus e964
  27. 2mp e965
  28. 30fps efce
  29. 30fps_select efcf
  30. 360 e577
  31. 3d_rotation e84d
  32. 3g_mobiledata efd0
  33. 3g_mobiledata_badge f7f0
  34. 3k e966
  35. 3k_plus e967
  36. 3mp e968
  37. 3p efd1
  38. 4g_mobiledata efd2
  39. 4g_mobiledata_badge f7ef
  40. 4g_plus_mobiledata efd3
  41. 4k e072
  42. 4k_plus e969
  43. 4mp e96a
  44. 50mp f6f3
  45. 5g ef38
  46. 5g_mobiledata_badge f7ee
  47. 5k e96b
  48. 5k_plus e96c
  49. 5mp e96d
  50. 60fps efd4
  51. 60fps_select efd5
  52. 6_ft_apart f21e
  53. 6k e96e
  54. 6k_plus e96f
  55. 6mp e970
  56. 7k e971
  57. 7k_plus e972
  58. 7mp e973
  59. 8k e974
  60. 8k_plus e975
  61. 8mp e976
  62. 9k e977
  63. 9k_plus e978
  64. 9mp e979
  65. abc eb94
  66. ac_unit eb3b
  67. access_alarm e855
  68. access_alarms e855
  69. access_time efd6
  70. access_time_filled efd6
  71. accessibility e84e
  72. accessibility_new e92c
  73. accessible e914
  74. accessible_forward e934
  75. account_balance e84f
  76. account_balance_wallet e850
  77. account_box e851
  78. account_child e852
  79. account_child_invert e659
  80. account_circle f20b
  81. account_circle_filled f20b
  82. account_circle_off f7b3
  83. account_tree e97a
  84. action_key f502
  85. activity_zone e1e6
  86. acute e4cb
  87. ad e65a
  88. ad_group e65b
  89. ad_group_off eae5
  90. ad_off f7b2
  91. ad_units ef39
  92. adaptive_audio_mic f4cc
  93. adaptive_audio_mic_off f4cb
  94. adb e60e
  95. add e145
  96. add_a_photo e439
  97. add_ad e72a
  98. add_alarm e856
  99. add_alert e003
  100. add_box e146
  101. add_business e729
  102. add_call f0b7
  103. add_card eb86
  104. add_chart ef3c
  105. add_circle e3ba
  106. add_circle_outline e3ba
  107. add_column_left f425
  108. add_column_right f424
  109. add_comment e266
  110. add_diamond f49c
  111. add_home f8eb
  112. add_home_work f8ed
  113. add_ic_call f0b7
  114. add_link e178
  115. add_location e567
  116. add_location_alt ef3a
  117. add_moderator e97d
  118. add_notes e091
  119. add_photo_alternate e43e
  120. add_reaction e1d3
  121. add_road ef3b
  122. add_row_above f423
  123. add_row_below f422
  124. add_shopping_cart e854
  125. add_task f23a
  126. add_to_drive e65c
  127. add_to_home_screen e1fe
  128. add_to_photos e39d
  129. add_to_queue e05c
  130. add_triangle f48e
  131. addchart ef3c
  132. adf_scanner eada
  133. adjust e39e
  134. admin_meds e48d
  135. admin_panel_settings ef3d
  136. ads_click e762
  137. agender f888
  138. agriculture ea79
  139. air efd8
  140. air_freshener e2ca
  141. air_purifier e97e
  142. air_purifier_gen e829
  143. airline_seat_flat e630
  144. airline_seat_flat_angled e631
  145. airline_seat_individual_suite e632
  146. airline_seat_legroom_extra e633
  147. airline_seat_legroom_normal e634
  148. airline_seat_legroom_reduced e635
  149. airline_seat_recline_extra e636
  150. airline_seat_recline_normal e637
  151. airline_stops e7d0
  152. airlines e7ca
  153. airplane_ticket efd9
  154. airplanemode_active e53d
  155. airplanemode_inactive e194
  156. airplay e055
  157. airport_shuttle eb3c
  158. airware f154
  159. airwave f154
  160. alarm e855
  161. alarm_add e856
  162. alarm_off e857
  163. alarm_on e858
  164. alarm_smart_wake f6b0
  165. album e019
  166. align_center e356
  167. align_end f797
  168. align_flex_center f796
  169. align_flex_end f795
  170. align_flex_start f794
  171. align_horizontal_center e00f
  172. align_horizontal_left e00d
  173. align_horizontal_right e010
  174. align_items_stretch f793
  175. align_justify_center f792
  176. align_justify_flex_end f791
  177. align_justify_flex_start f790
  178. align_justify_space_around f78f
  179. align_justify_space_between f78e
  180. align_justify_space_even f78d
  181. align_justify_stretch f78c
  182. align_self_stretch f78b
  183. align_space_around f78a
  184. align_space_between f789
  185. align_space_even f788
  186. align_start f787
  187. align_stretch f786
  188. align_vertical_bottom e015
  189. align_vertical_center e011
  190. align_vertical_top e00c
  191. all_inbox e97f
  192. all_inclusive eb3d
  193. all_match e093
  194. all_out e90b
  195. allergies e094
  196. allergy e64e
  197. alt_route f184
  198. alternate_email e0e6
  199. altitude f873
  200. ambient_screen f6c4
  201. ambulance f803
  202. amend f802
  203. amp_stories ea13
  204. analytics ef3e
  205. anchor f1cd
  206. android e859
  207. animated_images f49a
  208. animation e71c
  209. announcement e87f
  210. aod efda
  211. aod_tablet f89f
  212. aod_watch f6ac
  213. apartment ea40
  214. api f1b7
  215. apk_document f88e
  216. apk_install f88f
  217. app_badging f72f
  218. app_blocking ef3f
  219. app_promo e981
  220. app_registration ef40
  221. app_settings_alt ef41
  222. app_shortcut eae4
  223. apparel ef7b
  224. approval e982
  225. approval_delegation f84a
  226. apps e5c3
  227. apps_outage e7cc
  228. aq f55a
  229. aq_indoor f55b
  230. ar_on_you ef7c
  231. ar_stickers e983
  232. architecture ea3b
  233. archive e149
  234. area_chart e770
  235. arming_countdown e78a
  236. arrow_and_edge f5d7
  237. arrow_back e5c4
  238. arrow_back_2 f43a
  239. arrow_back_ios e5e0
  240. arrow_back_ios_new e2ea
  241. arrow_circle_down f181
  242. arrow_circle_left eaa7
  243. arrow_circle_right eaaa
  244. arrow_circle_up f182
  245. arrow_cool_down f4b6
  246. arrow_downward e5db
  247. arrow_downward_alt e984
  248. arrow_drop_down e5c5
  249. arrow_drop_down_circle e5c6
  250. arrow_drop_up e5c7
  251. arrow_forward e5c8
  252. arrow_forward_ios e5e1
  253. arrow_insert f837
  254. arrow_left e5de
  255. arrow_left_alt ef7d
  256. arrow_or_edge f5d6
  257. arrow_outward f8ce
  258. arrow_range f69b
  259. arrow_right e5df
  260. arrow_right_alt e941
  261. arrow_selector_tool f82f
  262. arrow_split ea04
  263. arrow_top_left f72e
  264. arrow_top_right f72d
  265. arrow_upload_progress f3f4
  266. arrow_upload_ready f3f5
  267. arrow_upward e5d8
  268. arrow_upward_alt e986
  269. arrow_warm_up f4b5
  270. arrows_more_down f8ab
  271. arrows_more_up f8ac
  272. arrows_outward f72c
  273. art_track e060
  274. article ef42
  275. article_shortcut f587
  276. artist e01a
  277. aspect_ratio e85b
  278. assessment f0cc
  279. assignment e85d
  280. assignment_add f848
  281. assignment_ind e85e
  282. assignment_late e85f
  283. assignment_return e860
  284. assignment_returned e861
  285. assignment_turned_in e862
  286. assist_walker f8d5
  287. assistant e39f
  288. assistant_device e987
  289. assistant_direction e988
  290. assistant_navigation e989
  291. assistant_on_hub f6c1
  292. assistant_photo f0c6
  293. assured_workload eb6f
  294. asterisk f525
  295. astrophotography_auto f1d9
  296. astrophotography_off f1da
  297. atm e573
  298. atr ebc7
  299. attach_email ea5e
  300. attach_file e226
  301. attach_file_add f841
  302. attach_file_off f4d9
  303. attach_money e227
  304. attachment e2bc
  305. attractions ea52
  306. attribution efdb
  307. audio_description f58c
  308. audio_file eb82
  309. audio_video_receiver f5d3
  310. audiotrack e405
  311. auto_activity_zone f8ad
  312. auto_awesome e65f
  313. auto_awesome_mosaic e660
  314. auto_awesome_motion e661
  315. auto_delete ea4c
  316. auto_detect_voice f83e
  317. auto_draw_solid e98a
  318. auto_fix e663
  319. auto_fix_high e663
  320. auto_fix_normal e664
  321. auto_fix_off e665
  322. auto_graph e4fb
  323. auto_label f6be
  324. auto_meeting_room f6bf
  325. auto_mode ec20
  326. auto_read_pause f219
  327. auto_read_play f216
  328. auto_schedule e214
  329. auto_stories e666
  330. auto_timer ef7f
  331. auto_towing e71e
  332. auto_transmission f53f
  333. auto_videocam f6c0
  334. autofps_select efdc
  335. automation f421
  336. autopause f6b6
  337. autopay f84b
  338. autoplay f6b5
  339. autorenew e863
  340. autostop f682
  341. av1 f4b0
  342. av_timer e01b
  343. avc f4af
  344. avg_pace f6bb
  345. avg_time f813
  346. award_star f612
  347. azm f6ec
  348. baby_changing_station f19b
  349. back_hand e764
  350. back_to_tab f72b
  351. background_dot_large f79e
  352. background_dot_small f514
  353. background_grid_small f79d
  354. background_replace f20a
  355. backlight_high f7ed
  356. backlight_high_off f4ef
  357. backlight_low f7ec
  358. backpack f19c
  359. backspace e14a
  360. backup e864
  361. backup_table ef43
  362. badge ea67
  363. badge_critical_battery f156
  364. bakery_dining ea53
  365. balance eaf6
  366. balcony e58f
  367. ballot e172
  368. bar_chart e26b
  369. bar_chart_4_bars f681
  370. bar_chart_off f411
  371. barcode e70b
  372. barcode_reader f85c
  373. barcode_scanner e70c
  374. barefoot f871
  375. batch_prediction f0f5
  376. bath_outdoor f6fb
  377. bath_private f6fa
  378. bath_public_large f6f9
  379. bathroom efdd
  380. bathtub ea41
  381. battery_0_bar ebdc
  382. battery_1_bar f09c
  383. battery_20 f09c
  384. battery_2_bar f09d
  385. battery_30 f09d
  386. battery_3_bar f09e
  387. battery_4_bar f09f
  388. battery_50 f09e
  389. battery_5_bar f0a0
  390. battery_60 f09f
  391. battery_6_bar f0a1
  392. battery_80 f0a0
  393. battery_90 f0a1
  394. battery_alert e19c
  395. battery_change f7eb
  396. battery_charging_20 f0a2
  397. battery_charging_30 f0a3
  398. battery_charging_50 f0a4
  399. battery_charging_60 f0a5
  400. battery_charging_80 f0a6
  401. battery_charging_90 f0a7
  402. battery_charging_full e1a3
  403. battery_error f7ea
  404. battery_full e1a5
  405. battery_full_alt f13b
  406. battery_horiz_000 f8ae
  407. battery_horiz_050 f8af
  408. battery_horiz_075 f8b0
  409. battery_low f155
  410. battery_plus f7e9
  411. battery_profile e206
  412. battery_saver efde
  413. battery_share f67e
  414. battery_status_good f67d
  415. battery_std e1a5
  416. battery_unknown e1a6
  417. battery_vert_005 f8b1
  418. battery_vert_020 f8b2
  419. battery_vert_050 f8b3
  420. battery_very_low f156
  421. beach_access eb3e
  422. bed efdf
  423. bedroom_baby efe0
  424. bedroom_child efe1
  425. bedroom_parent efe2
  426. bedtime ef44
  427. bedtime_off eb76
  428. beenhere e52d
  429. bento f1f4
  430. bia f6eb
  431. bid_landscape e678
  432. bid_landscape_disabled ef81
  433. bigtop_updates e669
  434. bike_dock f47b
  435. bike_lane f47a
  436. bike_scooter ef45
  437. biotech ea3a
  438. blanket e828
  439. blender efe3
  440. blind f8d6
  441. blinds e286
  442. blinds_closed ec1f
  443. block f08c
  444. blood_pressure e097
  445. bloodtype efe4
  446. bluetooth e1a7
  447. bluetooth_audio e60f
  448. bluetooth_connected e1a8
  449. bluetooth_disabled e1a9
  450. bluetooth_drive efe5
  451. bluetooth_searching e60f
  452. blur_circular e3a2
  453. blur_linear e3a3
  454. blur_medium e84c
  455. blur_off e3a4
  456. blur_on e3a5
  457. blur_short e8cf
  458. body_fat e098
  459. body_system e099
  460. bolt ea0b
  461. bomb f568
  462. book e86e
  463. book_2 f53e
  464. book_3 f53d
  465. book_4 f53c
  466. book_5 f53b
  467. book_online f217
  468. bookmark e8e7
  469. bookmark_add e598
  470. bookmark_added e599
  471. bookmark_bag f410
  472. bookmark_border e8e7
  473. bookmark_check f457
  474. bookmark_flag f456
  475. bookmark_heart f455
  476. bookmark_manager f7b1
  477. bookmark_remove e59a
  478. bookmark_star f454
  479. bookmarks e98b
  480. border_all e228
  481. border_bottom e229
  482. border_clear e22a
  483. border_color e22b
  484. border_horizontal e22c
  485. border_inner e22d
  486. border_left e22e
  487. border_outer e22f
  488. border_right e230
  489. border_style e231
  490. border_top e232
  491. border_vertical e233
  492. borg f40d
  493. bottom_app_bar e730
  494. bottom_drawer e72d
  495. bottom_navigation e98c
  496. bottom_panel_close f72a
  497. bottom_panel_open f729
  498. bottom_right_click f684
  499. bottom_sheets e98d
  500. box f5a4
  501. box_add f5a5
  502. box_edit f5a6
  503. boy eb67
  504. brand_awareness e98e
  505. brand_family f4f1
  506. branding_watermark e06b
  507. breakfast_dining ea54
  508. breaking_news ea08
  509. breaking_news_alt_1 f0ba
  510. breastfeeding f856
  511. brightness_1 e3fa
  512. brightness_2 f036
  513. brightness_3 e3a8
  514. brightness_4 e3a9
  515. brightness_5 e3aa
  516. brightness_6 e3ab
  517. brightness_7 e3ac
  518. brightness_alert f5cf
  519. brightness_auto e1ab
  520. brightness_empty f7e8
  521. brightness_high e1ac
  522. brightness_low e1ad
  523. brightness_medium e1ae
  524. bring_your_own_ip e016
  525. broadcast_on_home f8f8
  526. broadcast_on_personal f8f9
  527. broken_image e3ad
  528. browse eb13
  529. browse_activity f8a5
  530. browse_gallery ebd1
  531. browser_not_supported ef47
  532. browser_updated e7cf
  533. brunch_dining ea73
  534. brush e3ae
  535. bubble ef83
  536. bubble_chart e6dd
  537. bubbles f64e
  538. bug_report e868
  539. build f8cd
  540. build_circle ef48
  541. bungalow e591
  542. burst_mode e43c
  543. bus_alert e98f
  544. business e7ee
  545. business_center eb3f
  546. business_chip f84c
  547. business_messages ef84
  548. buttons_alt e72f
  549. cabin e589
  550. cable efe6
  551. cable_car f479
  552. cached e86a
  553. cadence f4b4
  554. cake e7e9
  555. cake_add f85b
  556. calculate ea5f
  557. calendar_add_on ef85
  558. calendar_apps_script f0bb
  559. calendar_clock f540
  560. calendar_month ebcc
  561. calendar_today e935
  562. calendar_view_day e936
  563. calendar_view_month efe7
  564. calendar_view_week efe8
  565. call f0d4
  566. call_end f0bc
  567. call_end_alt f0bc
  568. call_log e08e
  569. call_made e0b2
  570. call_merge e0b3
  571. call_missed e0b4
  572. call_missed_outgoing e0e4
  573. call_quality f652
  574. call_received e0b5
  575. call_split e0b6
  576. call_to_action e06c
  577. camera e3af
  578. camera_alt e412
  579. camera_enhance e8fc
  580. camera_front e3b1
  581. camera_indoor efe9
  582. camera_outdoor efea
  583. camera_rear e3b2
  584. camera_roll e3b3
  585. camera_video f7a6
  586. cameraswitch efeb
  587. campaign ef49
  588. camping f8a2
  589. cancel e888
  590. cancel_presentation e0e9
  591. cancel_schedule_send ea39
  592. candle f588
  593. candlestick_chart ead4
  594. captive_portal f728
  595. capture f727
  596. car_crash ebf2
  597. car_rental ea55
  598. car_repair ea56
  599. car_tag f4e3
  600. card_giftcard e8f6
  601. card_membership e8f7
  602. card_travel e8f8
  603. cardio_load f4b9
  604. cardiology e09c
  605. cards e991
  606. carpenter f1f8
  607. carry_on_bag eb08
  608. carry_on_bag_checked eb0b
  609. carry_on_bag_inactive eb0a
  610. carry_on_bag_question eb09
  611. cases e992
  612. casino eb40
  613. cast e307
  614. cast_connected e308
  615. cast_for_education efec
  616. cast_pause f5f0
  617. cast_warning f5ef
  618. castle eab1
  619. category e574
  620. category_search f437
  621. celebration ea65
  622. cell_merge f82e
  623. cell_tower ebba
  624. cell_wifi e0ec
  625. center_focus_strong e3b4
  626. center_focus_weak e3b5
  627. chair efed
  628. chair_alt efee
  629. chalet e585
  630. change_circle e2e7
  631. change_history e86b
  632. charger e2ae
  633. charging_station f19d
  634. chart_data e473
  635. chat e0c9
  636. chat_add_on f0f3
  637. chat_apps_script f0bd
  638. chat_bubble e0cb
  639. chat_bubble_outline e0cb
  640. chat_error f7ac
  641. chat_info f52b
  642. chat_paste_go f6bd
  643. check e5ca
  644. check_box e834
  645. check_box_outline_blank e835
  646. check_circle f0be
  647. check_circle_filled f0be
  648. check_circle_outline f0be
  649. check_in_out f6f6
  650. check_indeterminate_small f88a
  651. check_small f88b
  652. checkbook e70d
  653. checked_bag eb0c
  654. checked_bag_question eb0d
  655. checklist e6b1
  656. checklist_rtl e6b3
  657. checkroom f19e
  658. cheer f6a8
  659. chess f5e7
  660. chevron_backward f46b
  661. chevron_forward f46a
  662. chevron_left e5cb
  663. chevron_right e5cc
  664. child_care eb41
  665. child_friendly eb42
  666. chip_extraction f821
  667. chips e993
  668. chrome_reader_mode e86d
  669. chromecast_2 f17b
  670. chromecast_device e83c
  671. chronic ebb2
  672. church eaae
  673. cinematic_blur f853
  674. circle ef4a
  675. circle_notifications e994
  676. circles e7ea
  677. circles_ext e7ec
  678. clarify f0bf
  679. class e86e
  680. clean_hands f21f
  681. cleaning e995
  682. cleaning_bucket f8b4
  683. cleaning_services f0ff
  684. clear e5cd
  685. clear_all e0b8
  686. clear_day f157
  687. clear_night f159
  688. climate_mini_split f8b5
  689. clinical_notes e09e
  690. clock_loader_10 f726
  691. clock_loader_20 f725
  692. clock_loader_40 f724
  693. clock_loader_60 f723
  694. clock_loader_80 f722
  695. clock_loader_90 f721
  696. close e5cd
  697. close_fullscreen f1cf
  698. close_small f508
  699. closed_caption e996
  700. closed_caption_add f4ae
  701. closed_caption_disabled f1dc
  702. closed_caption_off e996
  703. cloud f15c
  704. cloud_circle e2be
  705. cloud_done e2bf
  706. cloud_download e2c0
  707. cloud_off e2c1
  708. cloud_queue f15c
  709. cloud_sync eb5a
  710. cloud_upload e2c3
  711. cloudy f15c
  712. cloudy_filled f15c
  713. cloudy_snowing e810
  714. co2 e7b0
  715. co_present eaf0
  716. code e86f
  717. code_blocks f84d
  718. code_off e4f3
  719. coffee efef
  720. coffee_maker eff0
  721. cognition e09f
  722. collapse_all e944
  723. collapse_content f507
  724. collections e3d3
  725. collections_bookmark e431
  726. color_lens e40a
  727. colorize e3b8
  728. colors e997
  729. combine_columns f420
  730. comedy_mask f4d6
  731. comic_bubble f5dd
  732. comment e24c
  733. comment_bank ea4e
  734. comments_disabled e7a2
  735. commit eaf5
  736. communication e27c
  737. communities eb16
  738. communities_filled eb16
  739. commute e940
  740. compare e3b9
  741. compare_arrows e915
  742. compass_calibration e57c
  743. component_exchange f1e7
  744. compost e761
  745. compress e94d
  746. computer e31e
  747. concierge f561
  748. conditions e0a0
  749. confirmation_number e638
  750. congenital e0a1
  751. connect_without_contact f223
  752. connected_tv e998
  753. connecting_airports e7c9
  754. construction ea3c
  755. contact_emergency f8d1
  756. contact_mail e0d0
  757. contact_page f22e
  758. contact_phone f0c0
  759. contact_phone_filled f0c0
  760. contact_support e94c
  761. contactless ea71
  762. contactless_off f858
  763. contacts e0ba
  764. contacts_product e999
  765. content_copy e14d
  766. content_cut e14e
  767. content_paste e14f
  768. content_paste_go ea8e
  769. content_paste_off e4f8
  770. content_paste_search ea9b
  771. contextual_token f486
  772. contextual_token_add f485
  773. contract f5a0
  774. contract_delete f5a2
  775. contract_edit f5a1
  776. contrast eb37
  777. contrast_circle f49f
  778. contrast_rtl_off ec72
  779. contrast_square f4a0
  780. control_camera e074
  781. control_point e3ba
  782. control_point_duplicate e3bb
  783. controller_gen e83d
  784. conversion_path f0c1
  785. conversion_path_off f7b4
  786. convert_to_text f41f
  787. conveyor_belt f867
  788. cookie eaac
  789. cookie_off f79a
  790. cooking e2b6
  791. cool_to_dry e276
  792. copy_all e2ec
  793. copyright e90c
  794. coronavirus f221
  795. corporate_fare f1d0
  796. cottage e587
  797. counter_0 f785
  798. counter_1 f784
  799. counter_2 f783
  800. counter_3 f782
  801. counter_4 f781
  802. counter_5 f780
  803. counter_6 f77f
  804. counter_7 f77e
  805. counter_8 f77d
  806. counter_9 f77c
  807. countertops f1f7
  808. create f097
  809. create_new_folder e2cc
  810. credit_card e8a1
  811. credit_card_clock f438
  812. credit_card_gear f52d
  813. credit_card_heart f52c
  814. credit_card_off e4f4
  815. credit_score eff1
  816. crib e588
  817. crisis_alert ebe9
  818. crop e3be
  819. crop_16_9 e3bc
  820. crop_3_2 e3bd
  821. crop_5_4 e3bf
  822. crop_7_5 e3c0
  823. crop_9_16 f549
  824. crop_din e3c6
  825. crop_free e3c2
  826. crop_landscape e3c3
  827. crop_original e3f4
  828. crop_portrait e3c5
  829. crop_rotate e437
  830. crop_square e3c6
  831. crossword f5e5
  832. crowdsource eb18
  833. cruelty_free e799
  834. css eb93
  835. csv e6cf
  836. currency_bitcoin ebc5
  837. currency_exchange eb70
  838. currency_franc eafa
  839. currency_lira eaef
  840. currency_pound eaf1
  841. currency_ruble eaec
  842. currency_rupee eaf7
  843. currency_rupee_circle f460
  844. currency_yen eafb
  845. currency_yuan eaf9
  846. curtains ec1e
  847. curtains_closed ec1d
  848. custom_typography e732
  849. cut f08b
  850. cycle f854
  851. cyclone ebd5
  852. dangerous e99a
  853. dark_mode e51c
  854. dashboard e871
  855. dashboard_2 f3ea
  856. dashboard_customize e99b
  857. data_alert f7f6
  858. data_array ead1
  859. data_check f7f2
  860. data_exploration e76f
  861. data_info_alert f7f5
  862. data_loss_prevention e2dc
  863. data_object ead3
  864. data_saver_off eff2
  865. data_saver_on eff3
  866. data_table e99c
  867. data_thresholding eb9f
  868. data_usage eff2
  869. database f20e
  870. database_off f414
  871. dataset f8ee
  872. dataset_linked f8ef
  873. date_range e916
  874. deblur eb77
  875. deceased e0a5
  876. decimal_decrease f82d
  877. decimal_increase f82c
  878. deck ea42
  879. dehaze e3c7
  880. delete e92e
  881. delete_forever e92b
  882. delete_history f518
  883. delete_outline e92e
  884. delete_sweep e16c
  885. demography e489
  886. density_large eba9
  887. density_medium eb9e
  888. density_small eba8
  889. dentistry e0a6
  890. departure_board e576
  891. deployed_code f720
  892. deployed_code_account f51b
  893. deployed_code_alert f5f2
  894. deployed_code_history f5f3
  895. deployed_code_update f5f4
  896. dermatology e0a7
  897. description e873
  898. deselect ebb6
  899. design_services f10a
  900. desk f8f4
  901. deskphone f7fa
  902. desktop_access_disabled e99d
  903. desktop_landscape f45e
  904. desktop_landscape_add f439
  905. desktop_mac e30b
  906. desktop_portrait f45d
  907. desktop_windows e30c
  908. destruction f585
  909. details e3c8
  910. detection_and_zone e29f
  911. detector e282
  912. detector_alarm e1f7
  913. detector_battery e204
  914. detector_co e2af
  915. detector_offline e223
  916. detector_smoke e285
  917. detector_status e1e8
  918. developer_board e30d
  919. developer_board_off e4ff
  920. developer_guide e99e
  921. developer_mode e1b0
  922. developer_mode_tv e874
  923. device_hub e335
  924. device_reset e8b3
  925. device_thermostat e1ff
  926. device_unknown e339
  927. devices e326
  928. devices_fold ebde
  929. devices_fold_2 f406
  930. devices_off f7a5
  931. devices_other e337
  932. devices_wearables f6ab
  933. dew_point f879
  934. diagnosis e0a8
  935. diagonal_line f41e
  936. dialer_sip e0bb
  937. dialogs e99f
  938. dialpad e0bc
  939. diamond ead5
  940. dictionary f539
  941. difference eb7d
  942. digital_out_of_home f1de
  943. digital_wellbeing ef86
  944. dining eff4
  945. dinner_dining ea57
  946. directions e52e
  947. directions_alt f880
  948. directions_alt_off f881
  949. directions_bike e52f
  950. directions_boat eff5
  951. directions_boat_filled eff5
  952. directions_bus eff6
  953. directions_bus_filled eff6
  954. directions_car eff7
  955. directions_car_filled eff7
  956. directions_off f10f
  957. directions_railway eff8
  958. directions_railway_2 f462
  959. directions_railway_filled eff8
  960. directions_run e566
  961. directions_subway effa
  962. directions_subway_filled effa
  963. directions_transit effa
  964. directions_transit_filled effa
  965. directions_walk e536
  966. directory_sync e394
  967. dirty_lens ef4b
  968. disabled_by_default f230
  969. disabled_visible e76e
  970. disc_full e610
  971. discover_tune e018
  972. dishwasher e9a0
  973. dishwasher_gen e832
  974. display_external_input f7e7
  975. display_settings eb97
  976. distance f6ea
  977. diversity_1 f8d7
  978. diversity_2 f8d8
  979. diversity_3 f8d9
  980. diversity_4 f857
  981. dns e875
  982. do_disturb f08c
  983. do_disturb_alt f08d
  984. do_disturb_off f08e
  985. do_disturb_on f08f
  986. do_not_disturb f08d
  987. do_not_disturb_alt f08c
  988. do_not_disturb_off f08e
  989. do_not_disturb_on f08f
  990. do_not_disturb_on_total_silence effb
  991. do_not_step f19f
  992. do_not_touch f1b0
  993. dock e30e
  994. dock_to_bottom f7e6
  995. dock_to_left f7e5
  996. dock_to_right f7e4
  997. docs_add_on f0c2
  998. docs_apps_script f0c3
  999. document_scanner e5fa
  1000. domain e7ee
  1001. domain_add eb62
  1002. domain_disabled e0ef
  1003. domain_verification ef4c
  1004. domain_verification_off f7b0
  1005. domino_mask f5e4
  1006. done e876
  1007. done_all e877
  1008. done_outline e92f
  1009. donut_large e917
  1010. donut_small e918
  1011. door_back effc
  1012. door_front effd
  1013. door_open e77c
  1014. door_sensor e28a
  1015. door_sliding effe
  1016. doorbell efff
  1017. doorbell_3p e1e7
  1018. doorbell_chime e1f3
  1019. double_arrow ea50
  1020. downhill_skiing e509
  1021. download f090
  1022. download_2 f523
  1023. download_done f091
  1024. download_for_offline f000
  1025. downloading f001
  1026. draft e66d
  1027. draft_orders e7b3
  1028. drafts e151
  1029. drag_click f71f
  1030. drag_handle e25d
  1031. drag_indicator e945
  1032. drag_pan f71e
  1033. draw e746
  1034. draw_abstract f7f8
  1035. draw_collage f7f7
  1036. drawing_recognition eb00
  1037. dresser e210
  1038. drive_eta eff7
  1039. drive_export f41d
  1040. drive_file_move e9a1
  1041. drive_file_move_outline e9a1
  1042. drive_file_move_rtl e9a1
  1043. drive_file_rename_outline e9a2
  1044. drive_folder_upload e9a3
  1045. drive_fusiontable e678
  1046. dropdown e9a4
  1047. dry f1b3
  1048. dry_cleaning ea58
  1049. dual_screen f6cf
  1050. duo e9a5
  1051. dvr e1b2
  1052. dynamic_feed ea14
  1053. dynamic_form f1bf
  1054. e911_avatar f11a
  1055. e911_emergency f119
  1056. e_mobiledata f002
  1057. e_mobiledata_badge f7e3
  1058. earbuds f003
  1059. earbuds_battery f004
  1060. early_on e2ba
  1061. earthquake f64f
  1062. east f1df
  1063. ecg f80f
  1064. ecg_heart f6e9
  1065. eco ea35
  1066. eda f6e8
  1067. edgesensor_high f005
  1068. edgesensor_low f006
  1069. edit f097
  1070. edit_attributes e578
  1071. edit_audio f42d
  1072. edit_calendar e742
  1073. edit_document f88c
  1074. edit_location e568
  1075. edit_location_alt e1c5
  1076. edit_note e745
  1077. edit_notifications e525
  1078. edit_off e950
  1079. edit_road ef4d
  1080. edit_square f88d
  1081. editor_choice f528
  1082. egg eacc
  1083. egg_alt eac8
  1084. eject e8fb
  1085. elderly f21a
  1086. elderly_woman eb69
  1087. electric_bike eb1b
  1088. electric_bolt ec1c
  1089. electric_car eb1c
  1090. electric_meter ec1b
  1091. electric_moped eb1d
  1092. electric_rickshaw eb1e
  1093. electric_scooter eb1f
  1094. electrical_services f102
  1095. elevation f6e7
  1096. elevator f1a0
  1097. email e159
  1098. emergency e1eb
  1099. emergency_heat f15d
  1100. emergency_heat_2 f4e5
  1101. emergency_home e82a
  1102. emergency_recording ebf4
  1103. emergency_share ebf6
  1104. emergency_share_off f59e
  1105. emoji_emotions ea22
  1106. emoji_events ea23
  1107. emoji_flags f0c6
  1108. emoji_food_beverage ea1b
  1109. emoji_language f4cd
  1110. emoji_nature ea1c
  1111. emoji_objects ea24
  1112. emoji_people ea1d
  1113. emoji_symbols ea1e
  1114. emoji_transportation ea1f
  1115. emoticon e5f3
  1116. empty_dashboard f844
  1117. enable f188
  1118. encrypted e593
  1119. encrypted_add f429
  1120. encrypted_add_circle f42a
  1121. encrypted_minus_circle f428
  1122. encrypted_off f427
  1123. endocrinology e0a9
  1124. energy e9a6
  1125. energy_program_saving f15f
  1126. energy_program_time_used f161
  1127. energy_savings_leaf ec1a
  1128. engineering ea3d
  1129. enhanced_encryption e63f
  1130. ent e0aa
  1131. enterprise e70e
  1132. enterprise_off eb4d
  1133. equal f77b
  1134. equalizer e01d
  1135. eraser_size_1 f3fc
  1136. eraser_size_2 f3fb
  1137. eraser_size_3 f3fa
  1138. eraser_size_4 f3f9
  1139. eraser_size_5 f3f8
  1140. error f8b6
  1141. error_circle_rounded f8b6
  1142. error_med e49b
  1143. error_outline f8b6
  1144. escalator f1a1
  1145. escalator_warning f1ac
  1146. euro ea15
  1147. euro_symbol e926
  1148. ev_charger e56d
  1149. ev_mobiledata_badge f7e2
  1150. ev_shadow ef8f
  1151. ev_shadow_add f580
  1152. ev_shadow_minus f57f
  1153. ev_station e56d
  1154. event e878
  1155. event_available e614
  1156. event_busy e615
  1157. event_list f683
  1158. event_note e616
  1159. event_repeat eb7b
  1160. event_seat e903
  1161. event_upcoming f238
  1162. exclamation f22f
  1163. exercise f6e6
  1164. exit_to_app e879
  1165. expand e94f
  1166. expand_all e946
  1167. expand_circle_down e7cd
  1168. expand_circle_right f591
  1169. expand_circle_up f5d2
  1170. expand_content f830
  1171. expand_less e5ce
  1172. expand_more e5cf
  1173. experiment e686
  1174. explicit e01e
  1175. explore e87a
  1176. explore_nearby e538
  1177. explore_off e9a8
  1178. explosion f685
  1179. export_notes e0ac
  1180. exposure e3f6
  1181. exposure_neg_1 e3cb
  1182. exposure_neg_2 e3cc
  1183. exposure_plus_1 e800
  1184. exposure_plus_2 e3ce
  1185. exposure_zero e3cf
  1186. extension e87b
  1187. extension_off e4f5
  1188. eye_tracking f4c9
  1189. eyeglasses f6ee
  1190. face f008
  1191. face_2 f8da
  1192. face_3 f8db
  1193. face_4 f8dc
  1194. face_5 f8dd
  1195. face_6 f8de
  1196. face_down f402
  1197. face_left f401
  1198. face_nod f400
  1199. face_retouching_natural ef4e
  1200. face_retouching_off f007
  1201. face_right f3ff
  1202. face_shake f3fe
  1203. face_unlock f008
  1204. face_up f3fd
  1205. fact_check f0c5
  1206. factory ebbc
  1207. falling f60d
  1208. familiar_face_and_zone e21c
  1209. family_history e0ad
  1210. family_home eb26
  1211. family_link eb19
  1212. family_restroom f1a2
  1213. family_star f527
  1214. farsight_digital f559
  1215. fast_forward e01f
  1216. fast_rewind e020
  1217. fastfood e57a
  1218. faucet e278
  1219. favorite e87e
  1220. favorite_border e87e
  1221. fax ead8
  1222. feature_search e9a9
  1223. featured_play_list e06d
  1224. featured_seasonal_and_gifts ef91
  1225. featured_video e06e
  1226. feed f009
  1227. feedback e87f
  1228. female e590
  1229. femur f891
  1230. femur_alt f892
  1231. fence f1f6
  1232. fertile f6e5
  1233. festival ea68
  1234. fiber_dvr e05d
  1235. fiber_manual_record e061
  1236. fiber_new e05e
  1237. fiber_pin e06a
  1238. fiber_smart_record e062
  1239. file_copy e173
  1240. file_copy_off f4d8
  1241. file_download f090
  1242. file_download_done f091
  1243. file_download_off e4fe
  1244. file_map e2c5
  1245. file_open eaf3
  1246. file_present ea0e
  1247. file_save f17f
  1248. file_save_off e505
  1249. file_upload f09b
  1250. file_upload_off f886
  1251. filter e3d3
  1252. filter_1 e3d0
  1253. filter_2 e3d1
  1254. filter_3 e3d2
  1255. filter_4 e3d4
  1256. filter_5 e3d5
  1257. filter_6 e3d6
  1258. filter_7 e3d7
  1259. filter_8 e3d8
  1260. filter_9 e3d9
  1261. filter_9_plus e3da
  1262. filter_alt ef4f
  1263. filter_alt_off eb32
  1264. filter_b_and_w e3db
  1265. filter_center_focus e3dc
  1266. filter_drama e3dd
  1267. filter_frames e3de
  1268. filter_hdr e3df
  1269. filter_list e152
  1270. filter_list_alt e94e
  1271. filter_list_off eb57
  1272. filter_none e3e0
  1273. filter_retrolux e3e1
  1274. filter_tilt_shift e3e2
  1275. filter_vintage e3e3
  1276. finance e6bf
  1277. finance_chip f84e
  1278. finance_mode ef92
  1279. find_in_page e880
  1280. find_replace e881
  1281. fingerprint e90d
  1282. fingerprint_off f49d
  1283. fire_extinguisher f1d8
  1284. fire_hydrant f1a3
  1285. fire_truck f8f2
  1286. fireplace ea43
  1287. first_page e5dc
  1288. fit_page f77a
  1289. fit_screen ea10
  1290. fit_width f779
  1291. fitness_center eb43
  1292. fitness_tracker f463
  1293. flag f0c6
  1294. flag_2 f40f
  1295. flag_circle eaf8
  1296. flag_filled f0c6
  1297. flaky ef50
  1298. flare e3e4
  1299. flash_auto e3e5
  1300. flash_off e3e6
  1301. flash_on e3e7
  1302. flashlight_off f00a
  1303. flashlight_on f00b
  1304. flatware f00c
  1305. flex_direction f778
  1306. flex_no_wrap f777
  1307. flex_wrap f776
  1308. flight e539
  1309. flight_class e7cb
  1310. flight_land e904
  1311. flight_takeoff e905
  1312. flights_and_hotels e9ab
  1313. flightsmode ef93
  1314. flip e3e8
  1315. flip_camera_android ea37
  1316. flip_camera_ios ea38
  1317. flip_to_back e882
  1318. flip_to_front e883
  1319. float_landscape_2 f45c
  1320. float_portrait_2 f45b
  1321. flood ebe6
  1322. floor f6e4
  1323. floor_lamp e21e
  1324. flourescent f07d
  1325. flowsheet e0ae
  1326. fluid e483
  1327. fluid_balance f80d
  1328. fluid_med f80c
  1329. fluorescent f07d
  1330. flutter f1dd
  1331. flutter_dash e00b
  1332. flyover f478
  1333. fmd_bad f00e
  1334. fmd_good f1db
  1335. foggy e818
  1336. folded_hands f5ed
  1337. folder e2c7
  1338. folder_copy ebbd
  1339. folder_data f586
  1340. folder_delete eb34
  1341. folder_limited f4e4
  1342. folder_managed f775
  1343. folder_off eb83
  1344. folder_open e2c8
  1345. folder_shared e2c9
  1346. folder_special e617
  1347. folder_supervised f774
  1348. folder_zip eb2c
  1349. follow_the_signs f222
  1350. font_download e167
  1351. font_download_off e4f9
  1352. food_bank f1f2
  1353. foot_bones f893
  1354. footprint f87d
  1355. for_you e9ac
  1356. forest ea99
  1357. fork_left eba0
  1358. fork_right ebac
  1359. forklift f868
  1360. format_align_center e234
  1361. format_align_justify e235
  1362. format_align_left e236
  1363. format_align_right e237
  1364. format_bold e238
  1365. format_clear e239
  1366. format_color_fill e23a
  1367. format_color_reset e23b
  1368. format_color_text e23c
  1369. format_h1 f85d
  1370. format_h2 f85e
  1371. format_h3 f85f
  1372. format_h4 f860
  1373. format_h5 f861
  1374. format_h6 f862
  1375. format_image_left f863
  1376. format_image_right f864
  1377. format_indent_decrease e23d
  1378. format_indent_increase e23e
  1379. format_ink_highlighter f82b
  1380. format_italic e23f
  1381. format_letter_spacing f773
  1382. format_letter_spacing_2 f618
  1383. format_letter_spacing_standard f617
  1384. format_letter_spacing_wide f616
  1385. format_letter_spacing_wider f615
  1386. format_line_spacing e240
  1387. format_list_bulleted e241
  1388. format_list_bulleted_add f849
  1389. format_list_numbered e242
  1390. format_list_numbered_rtl e267
  1391. format_overline eb65
  1392. format_paint e243
  1393. format_paragraph f865
  1394. format_quote e244
  1395. format_quote_off f413
  1396. format_shapes e25e
  1397. format_size e245
  1398. format_strikethrough e246
  1399. format_text_clip f82a
  1400. format_text_overflow f829
  1401. format_text_wrap f828
  1402. format_textdirection_l_to_r e247
  1403. format_textdirection_r_to_l e248
  1404. format_textdirection_vertical f4b8
  1405. format_underlined e249
  1406. format_underlined_squiggle f885
  1407. forms_add_on f0c7
  1408. forms_apps_script f0c8
  1409. fort eaad
  1410. forum e8af
  1411. forward f57a
  1412. forward_10 e056
  1413. forward_30 e057
  1414. forward_5 e058
  1415. forward_circle f6f5
  1416. forward_media f6f4
  1417. forward_to_inbox f187
  1418. foundation f200
  1419. frame_inspect f772
  1420. frame_person f8a6
  1421. frame_person_mic f4d5
  1422. frame_person_off f7d1
  1423. frame_reload f771
  1424. frame_source f770
  1425. free_breakfast eb44
  1426. free_cancellation e748
  1427. front_hand e769
  1428. front_loader f869
  1429. full_coverage eb12
  1430. full_hd f58b
  1431. full_stacked_bar_chart f212
  1432. fullscreen e5d0
  1433. fullscreen_exit e5d1
  1434. fullscreen_portrait f45a
  1435. function f866
  1436. functions e24a
  1437. funicular f477
  1438. g_mobiledata f010
  1439. g_mobiledata_badge f7e1
  1440. g_translate e927
  1441. gallery_thumbnail f86f
  1442. gamepad e30f
  1443. games e30f
  1444. garage f011
  1445. garage_door e714
  1446. garage_home e82d
  1447. garden_cart f8a9
  1448. gas_meter ec19
  1449. gastroenterology e0f1
  1450. gate e277
  1451. gavel e90e
  1452. general_device e6de
  1453. generating_tokens e749
  1454. genetics e0f3
  1455. genres e6ee
  1456. gesture e155
  1457. gesture_select f657
  1458. get_app f090
  1459. gif e908
  1460. gif_2 f40e
  1461. gif_box e7a3
  1462. girl eb68
  1463. gite e58b
  1464. glass_cup f6e3
  1465. globe e64c
  1466. globe_asia f799
  1467. globe_uk f798
  1468. glucose e4a0
  1469. glyphs f8a3
  1470. go_to_line f71d
  1471. golf_course eb45
  1472. gondola_lift f476
  1473. google_home_devices e715
  1474. google_plus_reshare f57a
  1475. google_tv_remote f5db
  1476. google_wifi f579
  1477. gpp_bad f012
  1478. gpp_good f013
  1479. gpp_maybe f014
  1480. gps_fixed e55c
  1481. gps_not_fixed e1b7
  1482. gps_off e1b6
  1483. grade e885
  1484. gradient e3e9
  1485. grading ea4f
  1486. grain e3ea
  1487. graphic_eq e1b8
  1488. grass f205
  1489. grid_3x3 f015
  1490. grid_3x3_off f67c
  1491. grid_4x4 f016
  1492. grid_goldenratio f017
  1493. grid_guides f76f
  1494. grid_off e3eb
  1495. grid_on e3ec
  1496. grid_view e9b0
  1497. grocery ef97
  1498. group ea21
  1499. group_add e7f0
  1500. group_off e747
  1501. group_remove e7ad
  1502. group_work e886
  1503. grouped_bar_chart f211
  1504. groups f233
  1505. groups_2 f8df
  1506. groups_3 f8e0
  1507. guardian f4c1
  1508. gynecology e0f4
  1509. h_mobiledata f018
  1510. h_mobiledata_badge f7e0
  1511. h_plus_mobiledata f019
  1512. h_plus_mobiledata_badge f7df
  1513. hail e9b1
  1514. hallway e6f8
  1515. hand_bones f894
  1516. hand_gesture ef9c
  1517. hand_gesture_off f3f3
  1518. handheld_controller f4c6
  1519. handshake ebcb
  1520. handwriting_recognition eb02
  1521. handyman f10b
  1522. hangout_video e0c1
  1523. hangout_video_off e0c2
  1524. hard_drive f80e
  1525. hard_drive_2 f7a4
  1526. hardware ea59
  1527. hd e052
  1528. hdr_auto f01a
  1529. hdr_auto_select f01b
  1530. hdr_enhanced_select ef51
  1531. hdr_off e3ed
  1532. hdr_off_select f01c
  1533. hdr_on e3ee
  1534. hdr_on_select f01d
  1535. hdr_plus f01e
  1536. hdr_plus_off e3ef
  1537. hdr_strong e3f1
  1538. hdr_weak e3f2
  1539. head_mounted_device f4c5
  1540. headphones f01f
  1541. headphones_battery f020
  1542. headset f01f
  1543. headset_mic e311
  1544. headset_off e33a
  1545. healing e3f3
  1546. health_and_beauty ef9d
  1547. health_and_safety e1d5
  1548. health_metrics f6e2
  1549. heap_snapshot_large f76e
  1550. heap_snapshot_multiple f76d
  1551. heap_snapshot_thumbnail f76c
  1552. hearing e023
  1553. hearing_aid f464
  1554. hearing_disabled f104
  1555. heart_broken eac2
  1556. heart_check f60a
  1557. heart_minus f883
  1558. heart_plus f884
  1559. heat f537
  1560. heat_pump ec18
  1561. heat_pump_balance e27e
  1562. height ea16
  1563. helicopter f60c
  1564. help e8fd
  1565. help_center f1c0
  1566. help_clinic f810
  1567. help_outline e8fd
  1568. hematology e0f6
  1569. hevc f021
  1570. hexagon eb39
  1571. hide ef9e
  1572. hide_image f022
  1573. hide_source f023
  1574. high_density f79c
  1575. high_quality e024
  1576. high_res f54b
  1577. highlight e25f
  1578. highlight_keyboard_focus f510
  1579. highlight_mouse_cursor f511
  1580. highlight_off e888
  1581. highlight_text_cursor f512
  1582. highlighter_size_1 f76b
  1583. highlighter_size_2 f76a
  1584. highlighter_size_3 f769
  1585. highlighter_size_4 f768
  1586. highlighter_size_5 f767
  1587. hiking e50a
  1588. history e8b3
  1589. history_edu ea3e
  1590. history_off f4da
  1591. history_toggle_off f17d
  1592. hive eaa6
  1593. hls eb8a
  1594. hls_off eb8c
  1595. holiday_village e58a
  1596. home e9b2
  1597. home_and_garden ef9f
  1598. home_app_logo e295
  1599. home_filled e9b2
  1600. home_health e4b9
  1601. home_improvement_and_tools efa0
  1602. home_iot_device e283
  1603. home_max f024
  1604. home_max_dots e849
  1605. home_mini f025
  1606. home_pin f14d
  1607. home_repair_service f100
  1608. home_speaker f11c
  1609. home_storage f86c
  1610. home_work f030
  1611. horizontal_distribute e014
  1612. horizontal_rule f108
  1613. horizontal_split e947
  1614. hot_tub eb46
  1615. hotel e549
  1616. hotel_class e743
  1617. hourglass ebff
  1618. hourglass_bottom ea5c
  1619. hourglass_disabled ef53
  1620. hourglass_empty e88b
  1621. hourglass_full e88c
  1622. hourglass_top ea5b
  1623. house ea44
  1624. house_siding f202
  1625. house_with_shield e786
  1626. houseboat e584
  1627. household_supplies efa1
  1628. hov f475
  1629. how_to_reg e174
  1630. how_to_vote e175
  1631. hr_resting f6ba
  1632. html eb7e
  1633. http e902
  1634. https e899
  1635. hub e9f4
  1636. humerus f895
  1637. humerus_alt f896
  1638. humidity_high f163
  1639. humidity_indoor f558
  1640. humidity_low f164
  1641. humidity_mid f165
  1642. humidity_percentage f87e
  1643. hvac f10e
  1644. ice_skating e50b
  1645. icecream ea69
  1646. id_card f4ca
  1647. ifl e025
  1648. iframe f71b
  1649. iframe_off f71c
  1650. image e3f4
  1651. image_aspect_ratio e3f5
  1652. image_not_supported f116
  1653. image_search e43f
  1654. imagesearch_roller e9b4
  1655. imagesmode efa2
  1656. immunology e0fb
  1657. import_contacts e0e0
  1658. import_export e8d5
  1659. important_devices e912
  1660. in_home_mode e833
  1661. inactive_order e0fc
  1662. inbox e156
  1663. inbox_customize f859
  1664. incomplete_circle e79b
  1665. indeterminate_check_box e909
  1666. indeterminate_question_box f56d
  1667. info e88e
  1668. info_i f59b
  1669. infrared f87c
  1670. ink_eraser e6d0
  1671. ink_eraser_off e7e3
  1672. ink_highlighter e6d1
  1673. ink_highlighter_move f524
  1674. ink_marker e6d2
  1675. ink_pen e6d3
  1676. inpatient e0fe
  1677. input e890
  1678. input_circle f71a
  1679. insert_chart f0cc
  1680. insert_chart_filled f0cc
  1681. insert_chart_outlined f0cc
  1682. insert_comment e24c
  1683. insert_drive_file e66d
  1684. insert_emoticon ea22
  1685. insert_invitation e878
  1686. insert_link e250
  1687. insert_page_break eaca
  1688. insert_photo e3f4
  1689. insert_text f827
  1690. insights f092
  1691. install_desktop eb71
  1692. install_mobile eb72
  1693. instant_mix e026
  1694. integration_instructions ef54
  1695. interactive_space f7ff
  1696. interests e7c8
  1697. interpreter_mode e83b
  1698. inventory e179
  1699. inventory_2 e1a1
  1700. invert_colors e891
  1701. invert_colors_off e0c4
  1702. ios e027
  1703. ios_share e6b8
  1704. iron e583
  1705. iso e3f6
  1706. jamboard_kiosk e9b5
  1707. javascript eb7c
  1708. join f84f
  1709. join_full f84f
  1710. join_inner eaf4
  1711. join_left eaf2
  1712. join_right eaea
  1713. joystick f5ee
  1714. jump_to_element f719
  1715. kayaking e50c
  1716. kebab_dining e842
  1717. keep f026
  1718. keep_off e6f9
  1719. keep_pin f026
  1720. keep_public f56f
  1721. kettle e2b9
  1722. key e73c
  1723. key_off eb84
  1724. key_vertical f51a
  1725. key_visualizer f199
  1726. keyboard e312
  1727. keyboard_alt f028
  1728. keyboard_arrow_down e313
  1729. keyboard_arrow_left e314
  1730. keyboard_arrow_right e315
  1731. keyboard_arrow_up e316
  1732. keyboard_backspace e317
  1733. keyboard_capslock e318
  1734. keyboard_capslock_badge f7de
  1735. keyboard_command_key eae7
  1736. keyboard_control_key eae6
  1737. keyboard_double_arrow_down ead0
  1738. keyboard_double_arrow_left eac3
  1739. keyboard_double_arrow_right eac9
  1740. keyboard_double_arrow_up eacf
  1741. keyboard_external_input f7dd
  1742. keyboard_full f7dc
  1743. keyboard_hide e31a
  1744. keyboard_keys f67b
  1745. keyboard_lock f492
  1746. keyboard_lock_off f491
  1747. keyboard_off f67a
  1748. keyboard_onscreen f7db
  1749. keyboard_option_key eae8
  1750. keyboard_previous_language f7da
  1751. keyboard_return e31b
  1752. keyboard_tab e31c
  1753. keyboard_tab_rtl ec73
  1754. keyboard_voice e31d
  1755. kid_star f526
  1756. king_bed ea45
  1757. kitchen eb47
  1758. kitesurfing e50d
  1759. lab_panel e103
  1760. lab_profile e104
  1761. lab_research f80b
  1762. label e893
  1763. label_important e948
  1764. label_important_outline e948
  1765. label_off e9b6
  1766. label_outline e893
  1767. labs e105
  1768. lan eb2f
  1769. landscape e564
  1770. landscape_2 f4c4
  1771. landscape_2_off f4c3
  1772. landslide ebd7
  1773. language e894
  1774. language_chinese_array f766
  1775. language_chinese_cangjie f765
  1776. language_chinese_dayi f764
  1777. language_chinese_pinyin f763
  1778. language_chinese_quick f762
  1779. language_chinese_wubi f761
  1780. language_french f760
  1781. language_gb_english f75f
  1782. language_international f75e
  1783. language_japanese_kana f513
  1784. language_korean_latin f75d
  1785. language_pinyin f75c
  1786. language_spanish f5e9
  1787. language_us f759
  1788. language_us_colemak f75b
  1789. language_us_dvorak f75a
  1790. laps f6b9
  1791. laptop e31e
  1792. laptop_chromebook e31f
  1793. laptop_mac e320
  1794. laptop_windows e321
  1795. lasso_select eb03
  1796. last_page e5dd
  1797. launch e89e
  1798. laundry e2a8
  1799. layers e53b
  1800. layers_clear e53c
  1801. lda e106
  1802. leaderboard f20c
  1803. leak_add e3f8
  1804. leak_remove e3f9
  1805. left_click f718
  1806. left_panel_close f717
  1807. left_panel_open f716
  1808. legend_toggle f11b
  1809. lens e3fa
  1810. lens_blur f029
  1811. letter_switch f758
  1812. library_add e03c
  1813. library_add_check e9b7
  1814. library_books e02f
  1815. library_music e030
  1816. license eb04
  1817. lift_to_talk efa3
  1818. light f02a
  1819. light_group e28b
  1820. light_mode e518
  1821. light_off e9b8
  1822. lightbulb e90f
  1823. lightbulb_circle ebfe
  1824. lightbulb_outline e90f
  1825. lightning_stand efa4
  1826. line_axis ea9a
  1827. line_curve f757
  1828. line_end f826
  1829. line_end_arrow f81d
  1830. line_end_arrow_notch f81c
  1831. line_end_circle f81b
  1832. line_end_diamond f81a
  1833. line_end_square f819
  1834. line_start f825
  1835. line_start_arrow f818
  1836. line_start_arrow_notch f817
  1837. line_start_circle f816
  1838. line_start_diamond f815
  1839. line_start_square f814
  1840. line_style e919
  1841. line_weight e91a
  1842. linear_scale e260
  1843. link e250
  1844. link_off e16f
  1845. linked_camera e438
  1846. linked_services f535
  1847. liquor ea60
  1848. list e896
  1849. list_alt e0ee
  1850. list_alt_add f756
  1851. lists e9b9
  1852. live_help e0c6
  1853. live_tv e63a
  1854. living f02b
  1855. local_activity e553
  1856. local_airport e53d
  1857. local_atm e53e
  1858. local_bar e540
  1859. local_cafe eb44
  1860. local_car_wash e542
  1861. local_convenience_store e543
  1862. local_dining e561
  1863. local_drink e544
  1864. local_fire_department ef55
  1865. local_florist e545
  1866. local_gas_station e546
  1867. local_grocery_store e8cc
  1868. local_hospital e548
  1869. local_hotel e549
  1870. local_laundry_service e54a
  1871. local_library e54b
  1872. local_mall e54c
  1873. local_movies e8da
  1874. local_offer f05b
  1875. local_parking e54f
  1876. local_pharmacy e550
  1877. local_phone f0d4
  1878. local_pizza e552
  1879. local_play e553
  1880. local_police ef56
  1881. local_post_office e554
  1882. local_printshop e8ad
  1883. local_see e557
  1884. local_shipping e558
  1885. local_taxi e559
  1886. location_automation f14f
  1887. location_away f150
  1888. location_chip f850
  1889. location_city e7f1
  1890. location_disabled e1b6
  1891. location_home f152
  1892. location_off e0c7
  1893. location_on f1db
  1894. location_pin f1db
  1895. location_searching e1b7
  1896. locator_tag f8c1
  1897. lock e899
  1898. lock_clock ef57
  1899. lock_open e898
  1900. lock_open_right f656
  1901. lock_outline e899
  1902. lock_person f8f3
  1903. lock_reset eade
  1904. login ea77
  1905. logo_dev ead6
  1906. logout e9ba
  1907. looks e3fc
  1908. looks_3 e3fb
  1909. looks_4 e3fd
  1910. looks_5 e3fe
  1911. looks_6 e3ff
  1912. looks_one e400
  1913. looks_two e401
  1914. loop e863
  1915. loupe e402
  1916. low_density f79b
  1917. low_priority e16d
  1918. lowercase f48a
  1919. loyalty e89a
  1920. lte_mobiledata f02c
  1921. lte_mobiledata_badge f7d9
  1922. lte_plus_mobiledata f02d
  1923. lte_plus_mobiledata_badge f7d8
  1924. luggage f235
  1925. lunch_dining ea61
  1926. lyrics ec0b
  1927. macro_auto f6f2
  1928. macro_off f8d2
  1929. magic_button f136
  1930. magic_exchange f7f4
  1931. magic_tether f7d7
  1932. magnification_large f83d
  1933. magnification_small f83c
  1934. magnify_docked f7d6
  1935. magnify_fullscreen f7d5
  1936. mail e159
  1937. mail_lock ec0a
  1938. mail_off f48b
  1939. mail_outline e159
  1940. male e58e
  1941. man e4eb
  1942. man_2 f8e1
  1943. man_3 f8e2
  1944. man_4 f8e3
  1945. manage_accounts f02e
  1946. manage_history ebe7
  1947. manage_search f02f
  1948. manga f5e3
  1949. manufacturing e726
  1950. map e55b
  1951. maps_home_work f030
  1952. maps_ugc ef58
  1953. margin e9bb
  1954. mark_as_unread e9bc
  1955. mark_chat_read f18b
  1956. mark_chat_unread f189
  1957. mark_email_read f18c
  1958. mark_email_unread f18a
  1959. mark_unread_chat_alt eb9d
  1960. markdown f552
  1961. markdown_copy f553
  1962. markdown_paste f554
  1963. markunread e159
  1964. markunread_mailbox e89b
  1965. masked_transitions e72e
  1966. masked_transitions_add f42b
  1967. masks f218
  1968. match_case f6f1
  1969. match_word f6f0
  1970. matter e907
  1971. maximize e930
  1972. measuring_tape f6af
  1973. media_bluetooth_off f031
  1974. media_bluetooth_on f032
  1975. media_link f83f
  1976. media_output f4f2
  1977. media_output_off f4f3
  1978. mediation efa7
  1979. medical_information ebed
  1980. medical_mask f80a
  1981. medical_services f109
  1982. medication f033
  1983. medication_liquid ea87
  1984. meeting_room eb4f
  1985. memory e322
  1986. memory_alt f7a3
  1987. menstrual_health f6e1
  1988. menu e5d2
  1989. menu_book ea19
  1990. menu_open e9bd
  1991. merge eb98
  1992. merge_type e252
  1993. message e0c9
  1994. metabolism e10b
  1995. metro f474
  1996. mfg_nest_yale_lock f11d
  1997. mic e31d
  1998. mic_double f5d1
  1999. mic_external_off ef59
  2000. mic_external_on ef5a
  2001. mic_none e31d
  2002. mic_off e02b
  2003. microbiology e10c
  2004. microwave f204
  2005. microwave_gen e847
  2006. military_tech ea3f
  2007. mimo e9be
  2008. mimo_disconnect e9bf
  2009. mindfulness f6e0
  2010. minimize e931
  2011. minor_crash ebf1
  2012. mintmark efa9
  2013. missed_video_call f0ce
  2014. missed_video_call_filled f0ce
  2015. missing_controller e701
  2016. mist e188
  2017. mitre f547
  2018. mixture_med e4c8
  2019. mms e618
  2020. mobile_friendly e200
  2021. mobile_off e201
  2022. mobile_screen_share e0e7
  2023. mobiledata_off f034
  2024. mode f097
  2025. mode_comment e253
  2026. mode_cool f166
  2027. mode_cool_off f167
  2028. mode_dual f557
  2029. mode_edit f097
  2030. mode_edit_outline f097
  2031. mode_fan f168
  2032. mode_fan_off ec17
  2033. mode_heat f16a
  2034. mode_heat_cool f16b
  2035. mode_heat_off f16d
  2036. mode_night f036
  2037. mode_of_travel e7ce
  2038. mode_off_on f16f
  2039. mode_standby f037
  2040. model_training f0cf
  2041. monetization_on e263
  2042. money e57d
  2043. money_bag f3ee
  2044. money_off f038
  2045. money_off_csred f038
  2046. monitor ef5b
  2047. monitor_heart eaa2
  2048. monitor_weight f039
  2049. monitor_weight_gain f6df
  2050. monitor_weight_loss f6de
  2051. monitoring f190
  2052. monochrome_photos e403
  2053. monorail f473
  2054. mood ea22
  2055. mood_bad e7f3
  2056. mop e28d
  2057. more e619
  2058. more_down f196
  2059. more_horiz e5d3
  2060. more_time ea5d
  2061. more_up f197
  2062. more_vert e5d4
  2063. mosque eab2
  2064. motion_blur f0d0
  2065. motion_mode f842
  2066. motion_photos_auto f03a
  2067. motion_photos_off e9c0
  2068. motion_photos_on e9c1
  2069. motion_photos_pause f227
  2070. motion_photos_paused f227
  2071. motion_play f40b
  2072. motion_sensor_active e792
  2073. motion_sensor_alert e784
  2074. motion_sensor_idle e783
  2075. motion_sensor_urgent e78e
  2076. motorcycle e91b
  2077. mountain_flag f5e2
  2078. mouse e323
  2079. mouse_lock f490
  2080. mouse_lock_off f48f
  2081. move e740
  2082. move_down eb61
  2083. move_group f715
  2084. move_item f1ff
  2085. move_location e741
  2086. move_selection_down f714
  2087. move_selection_left f713
  2088. move_selection_right f712
  2089. move_selection_up f711
  2090. move_to_inbox e168
  2091. move_up eb64
  2092. moved_location e594
  2093. movie e404
  2094. movie_creation e404
  2095. movie_edit f840
  2096. movie_filter e43a
  2097. movie_info e02d
  2098. movie_off f499
  2099. moving e501
  2100. moving_beds e73d
  2101. moving_ministry e73e
  2102. mp e9c3
  2103. multicooker e293
  2104. multiline_chart e6df
  2105. multimodal_hand_eye f41b
  2106. multiple_stop f1b9
  2107. museum ea36
  2108. music_cast eb1a
  2109. music_note e405
  2110. music_off e440
  2111. music_video e063
  2112. my_location e55c
  2113. mystery f5e1
  2114. nat ef5c
  2115. nature e406
  2116. nature_people e407
  2117. navigate_before e5cb
  2118. navigate_next e5cc
  2119. navigation e55d
  2120. near_me e569
  2121. near_me_disabled f1ef
  2122. nearby e6b7
  2123. nearby_error f03b
  2124. nearby_off f03c
  2125. nephrology e10d
  2126. nest_audio ebbf
  2127. nest_cam_floodlight f8b7
  2128. nest_cam_indoor f11e
  2129. nest_cam_iq f11f
  2130. nest_cam_iq_outdoor f120
  2131. nest_cam_magnet_mount f8b8
  2132. nest_cam_outdoor f121
  2133. nest_cam_stand f8b9
  2134. nest_cam_wall_mount f8ba
  2135. nest_cam_wired_stand ec16
  2136. nest_clock_farsight_analog f8bb
  2137. nest_clock_farsight_digital f8bc
  2138. nest_connect f122
  2139. nest_detect f123
  2140. nest_display f124
  2141. nest_display_max f125
  2142. nest_doorbell_visitor f8bd
  2143. nest_eco_leaf f8be
  2144. nest_farsight_weather f8bf
  2145. nest_found_savings f8c0
  2146. nest_gale_wifi f579
  2147. nest_heat_link_e f126
  2148. nest_heat_link_gen_3 f127
  2149. nest_hello_doorbell e82c
  2150. nest_locator_tag f8c1
  2151. nest_mini e789
  2152. nest_multi_room f8c2
  2153. nest_protect e68e
  2154. nest_remote f5db
  2155. nest_remote_comfort_sensor f12a
  2156. nest_secure_alarm f12b
  2157. nest_sunblock f8c3
  2158. nest_tag f8c1
  2159. nest_thermostat e68f
  2160. nest_thermostat_e_eu f12d
  2161. nest_thermostat_gen_3 f12e
  2162. nest_thermostat_sensor f12f
  2163. nest_thermostat_sensor_eu f130
  2164. nest_thermostat_zirconium_eu f131
  2165. nest_true_radiant f8c4
  2166. nest_wake_on_approach f8c5
  2167. nest_wake_on_press f8c6
  2168. nest_wifi_gale f132
  2169. nest_wifi_mistral f133
  2170. nest_wifi_point f134
  2171. nest_wifi_point_vento f134
  2172. nest_wifi_pro f56b
  2173. nest_wifi_pro_2 f56a
  2174. nest_wifi_router f133
  2175. network_cell e1b9
  2176. network_check e640
  2177. network_intelligence_history f5f6
  2178. network_intelligence_update f5f5
  2179. network_locked e61a
  2180. network_manage f7ab
  2181. network_node f56e
  2182. network_ping ebca
  2183. network_wifi e1ba
  2184. network_wifi_1_bar ebe4
  2185. network_wifi_1_bar_locked f58f
  2186. network_wifi_2_bar ebd6
  2187. network_wifi_2_bar_locked f58e
  2188. network_wifi_3_bar ebe1
  2189. network_wifi_3_bar_locked f58d
  2190. network_wifi_locked f532
  2191. neurology e10e
  2192. new_label e609
  2193. new_releases ef76
  2194. new_window f710
  2195. news e032
  2196. newsmode efad
  2197. newspaper eb81
  2198. newsstand e9c4
  2199. next_plan ef5d
  2200. next_week e16a
  2201. nfc e1bb
  2202. night_shelter f1f1
  2203. night_sight_auto f1d7
  2204. night_sight_auto_off f1f9
  2205. night_sight_max f6c3
  2206. nightlife ea62
  2207. nightlight f03d
  2208. nightlight_round f03d
  2209. nights_stay ea46
  2210. no_accounts f03e
  2211. no_adult_content f8fe
  2212. no_backpack f237
  2213. no_crash ebf0
  2214. no_drinks f1a5
  2215. no_encryption f03f
  2216. no_encryption_gmailerrorred f03f
  2217. no_flash f1a6
  2218. no_food f1a7
  2219. no_luggage f23b
  2220. no_meals f1d6
  2221. no_meeting_room eb4e
  2222. no_photography f1a8
  2223. no_sim e1ce
  2224. no_sound e710
  2225. no_stroller f1af
  2226. no_transfer f1d5
  2227. noise_aware ebec
  2228. noise_control_off ebf3
  2229. noise_control_on f8a8
  2230. nordic_walking e50e
  2231. north f1e0
  2232. north_east f1e1
  2233. north_west f1e2
  2234. not_accessible f0fe
  2235. not_accessible_forward f54a
  2236. not_interested f08c
  2237. not_listed_location e575
  2238. not_started f0d1
  2239. note e66d
  2240. note_add e89c
  2241. note_alt f040
  2242. note_stack f562
  2243. note_stack_add f563
  2244. notes e26c
  2245. notification_add e399
  2246. notification_important e004
  2247. notification_multiple e6c2
  2248. notifications e7f5
  2249. notifications_active e7f7
  2250. notifications_none e7f5
  2251. notifications_off e7f6
  2252. notifications_paused e7f8
  2253. notifications_unread f4fe
  2254. numbers eac7
  2255. nutrition e110
  2256. ods e6e8
  2257. odt e6e9
  2258. offline_bolt e932
  2259. offline_pin e90a
  2260. offline_pin_off f4d0
  2261. offline_share e9c5
  2262. oil_barrel ec15
  2263. on_device_training ebfd
  2264. on_hub_device e6c3
  2265. oncology e114
  2266. ondemand_video e63a
  2267. online_prediction f0eb
  2268. onsen f6f8
  2269. opacity e91c
  2270. open_in_browser e89d
  2271. open_in_full f1ce
  2272. open_in_new e89e
  2273. open_in_new_down f70f
  2274. open_in_new_off e4f6
  2275. open_in_phone e702
  2276. open_jam efae
  2277. open_run f4b7
  2278. open_with e89f
  2279. ophthalmology e115
  2280. oral_disease e116
  2281. orbit f426
  2282. order_approve f812
  2283. order_play f811
  2284. orders eb14
  2285. orthopedics f897
  2286. other_admission e47b
  2287. other_houses e58c
  2288. outbound e1ca
  2289. outbox ef5f
  2290. outbox_alt eb17
  2291. outdoor_garden e205
  2292. outdoor_grill ea47
  2293. outgoing_mail f0d2
  2294. outlet f1d4
  2295. outlined_flag f0c6
  2296. outpatient e118
  2297. outpatient_med e119
  2298. output ebbe
  2299. output_circle f70e
  2300. oven e9c7
  2301. oven_gen e843
  2302. overview e4a7
  2303. overview_key f7d4
  2304. oxygen_saturation e4de
  2305. p2p f52a
  2306. pace f6b8
  2307. pacemaker e656
  2308. package e48f
  2309. package_2 f569
  2310. padding e9c8
  2311. page_control e731
  2312. page_info f614
  2313. pageless f509
  2314. pages e7f9
  2315. pageview e8a0
  2316. paid f041
  2317. palette e40a
  2318. pallet f86a
  2319. pan_tool e925
  2320. pan_tool_alt ebb9
  2321. pan_zoom f655
  2322. panorama e40b
  2323. panorama_fish_eye e40c
  2324. panorama_horizontal e40d
  2325. panorama_photosphere e9c9
  2326. panorama_vertical e40e
  2327. panorama_wide_angle e40f
  2328. paragliding e50f
  2329. park ea63
  2330. partly_cloudy_day f172
  2331. partly_cloudy_night f174
  2332. partner_exchange f7f9
  2333. partner_reports efaf
  2334. party_mode e7fa
  2335. passkey f87f
  2336. password f042
  2337. password_2 f4a9
  2338. password_2_off f4a8
  2339. patient_list e653
  2340. pattern f043
  2341. pause e034
  2342. pause_circle e1a2
  2343. pause_circle_filled e1a2
  2344. pause_circle_outline e1a2
  2345. pause_presentation e0ea
  2346. payment e8a1
  2347. payments ef63
  2348. pedal_bike eb29
  2349. pediatrics e11d
  2350. pen_size_1 f755
  2351. pen_size_2 f754
  2352. pen_size_3 f753
  2353. pen_size_4 f752
  2354. pen_size_5 f751
  2355. pending ef64
  2356. pending_actions f1bb
  2357. pentagon eb50
  2358. people ea21
  2359. people_alt ea21
  2360. people_outline ea21
  2361. percent eb58
  2362. performance_max e51a
  2363. pergola e203
  2364. perm_camera_mic e8a2
  2365. perm_contact_calendar e8a3
  2366. perm_data_setting e8a4
  2367. perm_device_information e8a5
  2368. perm_identity f0d3
  2369. perm_media e8a7
  2370. perm_phone_msg e8a8
  2371. perm_scan_wifi e8a9
  2372. person f0d3
  2373. person_2 f8e4
  2374. person_3 f8e5
  2375. person_4 f8e6
  2376. person_add ea4d
  2377. person_add_alt ea4d
  2378. person_add_disabled e9cb
  2379. person_alert f567
  2380. person_apron f5a3
  2381. person_book f5e8
  2382. person_cancel f566
  2383. person_celebrate f7fe
  2384. person_check f565
  2385. person_edit f4fa
  2386. person_filled f0d3
  2387. person_off e510
  2388. person_outline f0d3
  2389. person_pin e55a
  2390. person_pin_circle e56a
  2391. person_play f7fd
  2392. person_raised_hand f59a
  2393. person_remove ef66
  2394. person_search f106
  2395. personal_bag eb0e
  2396. personal_bag_off eb0f
  2397. personal_bag_question eb10
  2398. personal_injury e6da
  2399. personal_places e703
  2400. personal_video e63b
  2401. pest_control f0fa
  2402. pest_control_rodent f0fd
  2403. pet_supplies efb1
  2404. pets e91d
  2405. phishing ead7
  2406. phone f0d4
  2407. phone_alt f0d4
  2408. phone_android e324
  2409. phone_bluetooth_speaker e61b
  2410. phone_callback e649
  2411. phone_disabled e9cc
  2412. phone_enabled e9cd
  2413. phone_forwarded e61c
  2414. phone_in_talk e61d
  2415. phone_iphone e325
  2416. phone_locked e61e
  2417. phone_missed e61f
  2418. phone_paused e620
  2419. phonelink e326
  2420. phonelink_erase e0db
  2421. phonelink_lock e0dc
  2422. phonelink_off e327
  2423. phonelink_ring e0dd
  2424. phonelink_ring_off f7aa
  2425. phonelink_setup ef41
  2426. photo e432
  2427. photo_album e411
  2428. photo_auto_merge f530
  2429. photo_camera e412
  2430. photo_camera_back ef68
  2431. photo_camera_front ef69
  2432. photo_filter e43b
  2433. photo_frame f0d9
  2434. photo_library e413
  2435. photo_prints efb2
  2436. photo_size_select_actual e432
  2437. photo_size_select_large e433
  2438. photo_size_select_small e434
  2439. php eb8f
  2440. physical_therapy e11e
  2441. piano e521
  2442. piano_off e520
  2443. picture_as_pdf e415
  2444. picture_in_picture e8aa
  2445. picture_in_picture_alt e911
  2446. picture_in_picture_center f550
  2447. picture_in_picture_large f54f
  2448. picture_in_picture_medium f54e
  2449. picture_in_picture_mobile f517
  2450. picture_in_picture_off f52f
  2451. picture_in_picture_small f54d
  2452. pie_chart f0da
  2453. pie_chart_filled f0da
  2454. pie_chart_outline f0da
  2455. pie_chart_outlined f0da
  2456. pill e11f
  2457. pill_off f809
  2458. pin f045
  2459. pin_drop e55e
  2460. pin_end e767
  2461. pin_invoke e763
  2462. pinch eb38
  2463. pinch_zoom_in f1fa
  2464. pinch_zoom_out f1fb
  2465. pip f64d
  2466. pip_exit f70d
  2467. pivot_table_chart e9ce
  2468. pixel_9_pro_fold f3f0
  2469. place f1db
  2470. place_item f1f0
  2471. plagiarism ea5a
  2472. planner_banner_ad_pt e692
  2473. planner_review e694
  2474. play_arrow e037
  2475. play_circle e1c4
  2476. play_disabled ef6a
  2477. play_for_work e906
  2478. play_lesson f047
  2479. play_music e6ee
  2480. play_pause f137
  2481. play_shapes f7fc
  2482. playing_cards f5dc
  2483. playlist_add e03b
  2484. playlist_add_check e065
  2485. playlist_add_check_circle e7e6
  2486. playlist_add_circle e7e5
  2487. playlist_play e05f
  2488. playlist_remove eb80
  2489. plumbing f107
  2490. plus_one e800
  2491. podcasts f048
  2492. podiatry e120
  2493. podium f7fb
  2494. point_of_sale f17e
  2495. point_scan f70c
  2496. poker_chip f49b
  2497. policy ea17
  2498. policy_alert f407
  2499. poll f0cc
  2500. polyline ebbb
  2501. polymer e8ab
  2502. pool eb48
  2503. portable_wifi_off f087
  2504. portrait e851
  2505. position_bottom_left f70b
  2506. position_bottom_right f70a
  2507. position_top_right f709
  2508. post e705
  2509. post_add ea20
  2510. potted_plant f8aa
  2511. power e63c
  2512. power_input e336
  2513. power_off e646
  2514. power_rounded f8c7
  2515. power_settings_circle f418
  2516. power_settings_new f8c7
  2517. prayer_times f838
  2518. precision_manufacturing f049
  2519. pregnancy f5f1
  2520. pregnant_woman f5f1
  2521. preliminary e7d8
  2522. prescriptions e121
  2523. present_to_all e0df
  2524. preview f1c5
  2525. preview_off f7af
  2526. price_change f04a
  2527. price_check f04b
  2528. print e8ad
  2529. print_add f7a2
  2530. print_connect f7a1
  2531. print_disabled e9cf
  2532. print_error f7a0
  2533. print_lock f651
  2534. priority e19f
  2535. priority_high e645
  2536. privacy f148
  2537. privacy_tip f0dc
  2538. private_connectivity e744
  2539. problem e122
  2540. procedure e651
  2541. process_chart f855
  2542. production_quantity_limits e1d1
  2543. productivity e296
  2544. progress_activity e9d0
  2545. prompt_suggestion f4f6
  2546. propane ec14
  2547. propane_tank ec13
  2548. psychiatry e123
  2549. psychology ea4a
  2550. psychology_alt f8ea
  2551. public e80b
  2552. public_off f1ca
  2553. publish e255
  2554. published_with_changes f232
  2555. pulmonology e124
  2556. pulse_alert f501
  2557. punch_clock eaa8
  2558. push_pin f10d
  2559. qr_code ef6b
  2560. qr_code_2 e00a
  2561. qr_code_2_add f658
  2562. qr_code_scanner f206
  2563. query_builder efd6
  2564. query_stats e4fc
  2565. question_answer e8af
  2566. question_exchange f7f3
  2567. question_mark eb8b
  2568. queue e03c
  2569. queue_music e03d
  2570. queue_play_next e066
  2571. quick_phrases e7d1
  2572. quick_reference e46e
  2573. quick_reference_all f801
  2574. quick_reorder eb15
  2575. quickreply ef6c
  2576. quiet_time e1f9
  2577. quiet_time_active e291
  2578. quiz f04c
  2579. r_mobiledata f04d
  2580. radar f04e
  2581. radio e03e
  2582. radio_button_checked e837
  2583. radio_button_partial f560
  2584. radio_button_unchecked e836
  2585. radiology e125
  2586. railway_alert e9d1
  2587. railway_alert_2 f461
  2588. rainy f176
  2589. rainy_heavy f61f
  2590. rainy_light f61e
  2591. rainy_snow f61d
  2592. ramen_dining ea64
  2593. ramp_left eb9c
  2594. ramp_right eb96
  2595. range_hood e1ea
  2596. rate_review e560
  2597. raven f555
  2598. raw_off f04f
  2599. raw_on f050
  2600. read_more ef6d
  2601. readiness_score f6dd
  2602. real_estate_agent e73a
  2603. rear_camera f6c2
  2604. rebase f845
  2605. rebase_edit f846
  2606. receipt e8b0
  2607. receipt_long ef6e
  2608. receipt_long_off f40a
  2609. recent_actors e03f
  2610. recent_patient f808
  2611. recenter f4c0
  2612. recommend e9d2
  2613. record_voice_over e91f
  2614. rectangle eb54
  2615. recycling e760
  2616. redeem e8f6
  2617. redo e15a
  2618. reduce_capacity f21c
  2619. refresh e5d5
  2620. reg_logo_ift f3ef
  2621. regular_expression f750
  2622. relax f6dc
  2623. release_alert f654
  2624. remember_me f051
  2625. reminder e6c6
  2626. reminders_alt e6c6
  2627. remote_gen e83e
  2628. remove e15b
  2629. remove_circle f08f
  2630. remove_circle_outline f08f
  2631. remove_done e9d3
  2632. remove_from_queue e067
  2633. remove_moderator e9d4
  2634. remove_red_eye e8f4
  2635. remove_road ebfc
  2636. remove_selection e9d5
  2637. remove_shopping_cart e928
  2638. reopen_window f708
  2639. reorder e8fe
  2640. repartition f8e8
  2641. repeat e040
  2642. repeat_on e9d6
  2643. repeat_one e041
  2644. repeat_one_on e9d7
  2645. replace_audio f451
  2646. replace_image f450
  2647. replace_video f44f
  2648. replay e042
  2649. replay_10 e059
  2650. replay_30 e05a
  2651. replay_5 e05b
  2652. replay_circle_filled e9d8
  2653. reply e15e
  2654. reply_all e15f
  2655. report f052
  2656. report_gmailerrorred f052
  2657. report_off e170
  2658. report_problem f083
  2659. request_page f22c
  2660. request_quote f1b6
  2661. reset_brightness f482
  2662. reset_focus f481
  2663. reset_image f824
  2664. reset_iso f480
  2665. reset_settings f47f
  2666. reset_shadow f47e
  2667. reset_shutter_speed f47d
  2668. reset_tv e9d9
  2669. reset_white_balance f47c
  2670. reset_wrench f56c
  2671. resize f707
  2672. respiratory_rate e127
  2673. responsive_layout e9da
  2674. restart_alt f053
  2675. restaurant e56c
  2676. restaurant_menu e561
  2677. restore e8b3
  2678. restore_from_trash e938
  2679. restore_page e929
  2680. resume f7d0
  2681. reviews f07c
  2682. rewarded_ads efb6
  2683. rheumatology e128
  2684. rib_cage f898
  2685. rice_bowl f1f5
  2686. right_click f706
  2687. right_panel_close f705
  2688. right_panel_open f704
  2689. ring_volume f0dd
  2690. ring_volume_filled f0dd
  2691. ripples e9db
  2692. road f472
  2693. robot f882
  2694. robot_2 f5d0
  2695. rocket eba5
  2696. rocket_launch eb9b
  2697. roller_shades ec12
  2698. roller_shades_closed ec11
  2699. roller_skating ebcd
  2700. roofing f201
  2701. room f1db
  2702. room_preferences f1b8
  2703. room_service eb49
  2704. rotate_90_degrees_ccw e418
  2705. rotate_90_degrees_cw eaab
  2706. rotate_auto f417
  2707. rotate_left e419
  2708. rotate_right e41a
  2709. roundabout_left eb99
  2710. roundabout_right eba3
  2711. rounded_corner e920
  2712. route eacd
  2713. router e328
  2714. routine e20c
  2715. rowing e921
  2716. rss_feed e0e5
  2717. rsvp f055
  2718. rtt e9ad
  2719. rubric eb27
  2720. rule f1c2
  2721. rule_folder f1c9
  2722. rule_settings f64c
  2723. run_circle ef6f
  2724. running_with_errors e51d
  2725. rv_hookup e642
  2726. safety_check ebef
  2727. safety_check_off f59d
  2728. safety_divider e1cc
  2729. sailing e502
  2730. salinity f876
  2731. sanitizer f21d
  2732. satellite e562
  2733. satellite_alt eb3a
  2734. sauna f6f7
  2735. save e161
  2736. save_alt f090
  2737. save_as eb60
  2738. saved_search ea11
  2739. savings e2eb
  2740. scale eb5f
  2741. scan f74e
  2742. scan_delete f74f
  2743. scanner e329
  2744. scatter_plot e268
  2745. scene e2a7
  2746. schedule efd6
  2747. schedule_send ea0a
  2748. schema e4fd
  2749. school e80c
  2750. science ea4b
  2751. science_off f542
  2752. scooter f471
  2753. score e269
  2754. scoreboard ebd0
  2755. screen_lock_landscape e1be
  2756. screen_lock_portrait e1bf
  2757. screen_lock_rotation e1c0
  2758. screen_record f679
  2759. screen_rotation e1c1
  2760. screen_rotation_alt ebee
  2761. screen_rotation_up f678
  2762. screen_search_desktop ef70
  2763. screen_share e0e2
  2764. screenshot f056
  2765. screenshot_frame f677
  2766. screenshot_keyboard f7d3
  2767. screenshot_monitor ec08
  2768. screenshot_region f7d2
  2769. screenshot_tablet f697
  2770. script f45f
  2771. scrollable_header e9dc
  2772. scuba_diving ebce
  2773. sd e9dd
  2774. sd_card e623
  2775. sd_card_alert f057
  2776. sd_storage e623
  2777. sdk e720
  2778. search e8b6
  2779. search_check f800
  2780. search_check_2 f469
  2781. search_hands_free e696
  2782. search_insights f4bc
  2783. search_off ea76
  2784. security e32a
  2785. security_key f503
  2786. security_update f072
  2787. security_update_good f073
  2788. security_update_warning f074
  2789. segment e94b
  2790. select f74d
  2791. select_all e162
  2792. select_check_box f1fe
  2793. select_to_speak f7cf
  2794. select_window e6fa
  2795. select_window_2 f4c8
  2796. select_window_off e506
  2797. self_care f86d
  2798. self_improvement ea78
  2799. sell f05b
  2800. send e163
  2801. send_and_archive ea0c
  2802. send_money e8b7
  2803. send_time_extension eadb
  2804. send_to_mobile f05c
  2805. sensor_door f1b5
  2806. sensor_occupied ec10
  2807. sensor_window f1b4
  2808. sensors e51e
  2809. sensors_krx f556
  2810. sensors_krx_off f515
  2811. sensors_off e51f
  2812. sentiment_calm f6a7
  2813. sentiment_content f6a6
  2814. sentiment_dissatisfied e811
  2815. sentiment_excited f6a5
  2816. sentiment_extremely_dissatisfied f194
  2817. sentiment_frustrated f6a4
  2818. sentiment_neutral e812
  2819. sentiment_sad f6a3
  2820. sentiment_satisfied e813
  2821. sentiment_satisfied_alt e813
  2822. sentiment_stressed f6a2
  2823. sentiment_very_dissatisfied e814
  2824. sentiment_very_satisfied e815
  2825. sentiment_worried f6a1
  2826. serif f4ac
  2827. service_toolbox e717
  2828. set_meal f1ea
  2829. settings e8b8
  2830. settings_accessibility f05d
  2831. settings_account_box f835
  2832. settings_alert f143
  2833. settings_applications e8b9
  2834. settings_b_roll f625
  2835. settings_backup_restore e8ba
  2836. settings_bluetooth e8bb
  2837. settings_brightness e8bd
  2838. settings_cell e8bc
  2839. settings_cinematic_blur f624
  2840. settings_ethernet e8be
  2841. settings_heart f522
  2842. settings_input_antenna e8bf
  2843. settings_input_component e8c1
  2844. settings_input_composite e8c1
  2845. settings_input_hdmi e8c2
  2846. settings_input_svideo e8c3
  2847. settings_motion_mode f833
  2848. settings_night_sight f832
  2849. settings_overscan e8c4
  2850. settings_panorama f831
  2851. settings_phone e8c5
  2852. settings_photo_camera f834
  2853. settings_power e8c6
  2854. settings_remote e8c7
  2855. settings_slow_motion f623
  2856. settings_suggest f05e
  2857. settings_system_daydream e1c3
  2858. settings_timelapse f622
  2859. settings_video_camera f621
  2860. settings_voice e8c8
  2861. settop_component e2ac
  2862. severe_cold ebd3
  2863. shadow e9df
  2864. shadow_add f584
  2865. shadow_minus f583
  2866. shape_line f8d3
  2867. shape_recognition eb01
  2868. shapes e602
  2869. share e80d
  2870. share_location f05f
  2871. share_off f6cb
  2872. share_reviews f8a4
  2873. share_windows f613
  2874. sheets_rtl f823
  2875. shelf_auto_hide f703
  2876. shelf_position f702
  2877. shelves f86e
  2878. shield e9e0
  2879. shield_lock f686
  2880. shield_locked f592
  2881. shield_moon eaa9
  2882. shield_person f650
  2883. shield_question f529
  2884. shield_with_heart e78f
  2885. shield_with_house e78d
  2886. shift e5f2
  2887. shift_lock f7ae
  2888. shift_lock_off f483
  2889. shop e8c9
  2890. shop_2 e8ca
  2891. shop_two e8ca
  2892. shopping_bag f1cc
  2893. shopping_basket e8cb
  2894. shopping_cart e8cc
  2895. shopping_cart_checkout eb88
  2896. shopping_cart_off f4f7
  2897. shoppingmode efb7
  2898. short_stay e4d0
  2899. short_text e261
  2900. shortcut f57a
  2901. show_chart e6e1
  2902. shower f061
  2903. shuffle e043
  2904. shuffle_on e9e1
  2905. shutter_speed e43d
  2906. shutter_speed_add f57e
  2907. shutter_speed_minus f57d
  2908. sick f220
  2909. side_navigation e9e2
  2910. sign_language ebe5
  2911. signal_cellular_0_bar f0a8
  2912. signal_cellular_1_bar f0a9
  2913. signal_cellular_2_bar f0aa
  2914. signal_cellular_3_bar f0ab
  2915. signal_cellular_4_bar e1c8
  2916. signal_cellular_add f7a9
  2917. signal_cellular_alt e202
  2918. signal_cellular_alt_1_bar ebdf
  2919. signal_cellular_alt_2_bar ebe3
  2920. signal_cellular_connected_no_internet_0_bar f0ac
  2921. signal_cellular_connected_no_internet_4_bar e1cd
  2922. signal_cellular_no_sim e1ce
  2923. signal_cellular_nodata f062
  2924. signal_cellular_null e1cf
  2925. signal_cellular_off e1d0
  2926. signal_cellular_pause f5a7
  2927. signal_disconnected f239
  2928. signal_wifi_0_bar f0b0
  2929. signal_wifi_4_bar f065
  2930. signal_wifi_4_bar_lock e1e1
  2931. signal_wifi_bad f064
  2932. signal_wifi_connected_no_internet_4 f064
  2933. signal_wifi_off e1da
  2934. signal_wifi_statusbar_4_bar f065
  2935. signal_wifi_statusbar_not_connected f0ef
  2936. signal_wifi_statusbar_null f067
  2937. signature f74c
  2938. signpost eb91
  2939. sim_card e32b
  2940. sim_card_alert f057
  2941. sim_card_download f068
  2942. single_bed ea48
  2943. sip f069
  2944. skateboarding e511
  2945. skeleton f899
  2946. skillet f543
  2947. skillet_cooktop f544
  2948. skip_next e044
  2949. skip_previous e045
  2950. skull f89a
  2951. slab_serif f4ab
  2952. sledding e512
  2953. sleep e213
  2954. sleep_score f6b7
  2955. slide_library f822
  2956. sliders e9e3
  2957. slideshow e41b
  2958. slow_motion_video e068
  2959. smart_button f1c1
  2960. smart_card_reader f4a5
  2961. smart_card_reader_off f4a6
  2962. smart_display f06a
  2963. smart_outlet e844
  2964. smart_screen f06b
  2965. smart_toy f06c
  2966. smartphone e32c
  2967. smartphone_camera f44e
  2968. smb_share f74b
  2969. smoke_free eb4a
  2970. smoking_rooms eb4b
  2971. sms e625
  2972. sms_failed e87f
  2973. snippet_folder f1c7
  2974. snooze e046
  2975. snowboarding e513
  2976. snowing e80f
  2977. snowing_heavy f61c
  2978. snowmobile e503
  2979. snowshoeing e514
  2980. soap f1b2
  2981. social_distance e1cb
  2982. social_leaderboard f6a0
  2983. solar_power ec0f
  2984. sort e164
  2985. sort_by_alpha e053
  2986. sos ebf7
  2987. sound_detection_dog_barking f149
  2988. sound_detection_glass_break f14a
  2989. sound_detection_loud_sound f14b
  2990. sound_sampler f6b4
  2991. soup_kitchen e7d3
  2992. source f1c8
  2993. source_environment e527
  2994. source_notes e12d
  2995. south f1e3
  2996. south_america e7e4
  2997. south_east f1e4
  2998. south_west f1e5
  2999. spa eb4c
  3000. space_bar e256
  3001. space_dashboard e66b
  3002. spatial_audio ebeb
  3003. spatial_audio_off ebe8
  3004. spatial_speaker f4cf
  3005. spatial_tracking ebea
  3006. speaker e32d
  3007. speaker_group e32e
  3008. speaker_notes e8cd
  3009. speaker_notes_off e92a
  3010. speaker_phone e0d2
  3011. special_character f74a
  3012. specific_gravity f872
  3013. speech_to_text f8a7
  3014. speed e9e4
  3015. speed_0_25 f4d4
  3016. speed_0_2x f498
  3017. speed_0_5 f4e2
  3018. speed_0_5x f497
  3019. speed_0_75 f4d3
  3020. speed_0_7x f496
  3021. speed_1_2 f4e1
  3022. speed_1_25 f4d2
  3023. speed_1_2x f495
  3024. speed_1_5 f4e0
  3025. speed_1_5x f494
  3026. speed_1_75 f4d1
  3027. speed_1_7x f493
  3028. speed_2x f4eb
  3029. speed_camera f470
  3030. spellcheck e8ce
  3031. splitscreen f06d
  3032. splitscreen_add f4fd
  3033. splitscreen_bottom f676
  3034. splitscreen_landscape f459
  3035. splitscreen_left f675
  3036. splitscreen_portrait f458
  3037. splitscreen_right f674
  3038. splitscreen_top f673
  3039. splitscreen_vertical_add f4fc
  3040. spo2 f6db
  3041. spoke e9a7
  3042. sports ea30
  3043. sports_and_outdoors efb8
  3044. sports_bar f1f3
  3045. sports_baseball ea51
  3046. sports_basketball ea26
  3047. sports_cricket ea27
  3048. sports_esports ea28
  3049. sports_football ea29
  3050. sports_golf ea2a
  3051. sports_gymnastics ebc4
  3052. sports_handball ea33
  3053. sports_hockey ea2b
  3054. sports_kabaddi ea34
  3055. sports_martial_arts eae9
  3056. sports_mma ea2c
  3057. sports_motorsports ea2d
  3058. sports_rugby ea2e
  3059. sports_score f06e
  3060. sports_soccer ea2f
  3061. sports_tennis ea32
  3062. sports_volleyball ea31
  3063. sprinkler e29a
  3064. sprint f81f
  3065. square eb36
  3066. square_foot ea49
  3067. ssid_chart eb66
  3068. stack f609
  3069. stack_hexagon f41c
  3070. stack_off f608
  3071. stack_star f607
  3072. stacked_bar_chart e9e6
  3073. stacked_email e6c7
  3074. stacked_inbox e6c9
  3075. stacked_line_chart f22b
  3076. stacks f500
  3077. stadia_controller f135
  3078. stadium eb90
  3079. stairs f1a9
  3080. stairs_2 f46c
  3081. star f09a
  3082. star_border f09a
  3083. star_border_purple500 f09a
  3084. star_half e839
  3085. star_outline f09a
  3086. star_purple500 f09a
  3087. star_rate f0ec
  3088. star_rate_half ec45
  3089. stars e8d0
  3090. start e089
  3091. stat_0 e697
  3092. stat_1 e698
  3093. stat_2 e699
  3094. stat_3 e69a
  3095. stat_minus_1 e69b
  3096. stat_minus_2 e69c
  3097. stat_minus_3 e69d
  3098. stay_current_landscape e0d3
  3099. stay_current_portrait e0d4
  3100. stay_primary_landscape e0d5
  3101. stay_primary_portrait e0d6
  3102. step f6fe
  3103. step_into f701
  3104. step_out f700
  3105. step_over f6ff
  3106. steppers e9e7
  3107. steps f6da
  3108. stethoscope f805
  3109. stethoscope_arrow f807
  3110. stethoscope_check f806
  3111. sticky_note e9e8
  3112. sticky_note_2 f1fc
  3113. stock_media f570
  3114. stockpot f545
  3115. stop e047
  3116. stop_circle ef71
  3117. stop_screen_share e0e3
  3118. storage e1db
  3119. store e8d1
  3120. store_mall_directory e8d1
  3121. storefront ea12
  3122. storm f070
  3123. straight eb95
  3124. straighten e41c
  3125. strategy f5df
  3126. stream e9e9
  3127. stream_apps f79f
  3128. streetview e56e
  3129. stress_management f6d9
  3130. strikethrough_s e257
  3131. stroke_full f749
  3132. stroke_partial f748
  3133. stroller f1ae
  3134. style e41d
  3135. styler e273
  3136. stylus f604
  3137. stylus_laser_pointer f747
  3138. stylus_note f603
  3139. subdirectory_arrow_left e5d9
  3140. subdirectory_arrow_right e5da
  3141. subheader e9ea
  3142. subject e8d2
  3143. subscript f111
  3144. subscriptions e064
  3145. subtitles e048
  3146. subtitles_off ef72
  3147. subway e56f
  3148. summarize f071
  3149. sunny e81a
  3150. sunny_snowing e819
  3151. superscript f112
  3152. supervised_user_circle e939
  3153. supervised_user_circle_off f60e
  3154. supervisor_account e8d3
  3155. support ef73
  3156. support_agent f0e2
  3157. surfing e515
  3158. surgical e131
  3159. surround_sound e049
  3160. swap_calls e0d7
  3161. swap_driving_apps e69e
  3162. swap_driving_apps_wheel e69f
  3163. swap_horiz e8d4
  3164. swap_horizontal_circle e933
  3165. swap_vert e8d5
  3166. swap_vertical_circle e8d6
  3167. sweep e6ac
  3168. swipe e9ec
  3169. swipe_down eb53
  3170. swipe_down_alt eb30
  3171. swipe_left eb59
  3172. swipe_left_alt eb33
  3173. swipe_right eb52
  3174. swipe_right_alt eb56
  3175. swipe_up eb2e
  3176. swipe_up_alt eb35
  3177. swipe_vertical eb51
  3178. switch e1f4
  3179. switch_access f6fd
  3180. switch_access_2 f506
  3181. switch_access_shortcut e7e1
  3182. switch_access_shortcut_add e7e2
  3183. switch_account e9ed
  3184. switch_camera e41e
  3185. switch_left f1d1
  3186. switch_right f1d2
  3187. switch_video e41f
  3188. switches e733
  3189. sword_rose f5de
  3190. swords f889
  3191. symptoms e132
  3192. synagogue eab0
  3193. sync e627
  3194. sync_alt ea18
  3195. sync_desktop f41a
  3196. sync_disabled e628
  3197. sync_lock eaee
  3198. sync_problem e629
  3199. sync_saved_locally f820
  3200. syringe e133
  3201. system_security_update f072
  3202. system_security_update_good f073
  3203. system_security_update_warning f074
  3204. system_update f072
  3205. system_update_alt e8d7
  3206. tab e8d8
  3207. tab_close f745
  3208. tab_close_right f746
  3209. tab_duplicate f744
  3210. tab_group f743
  3211. tab_inactive f43b
  3212. tab_move f742
  3213. tab_new_right f741
  3214. tab_recent f740
  3215. tab_unselected e8d9
  3216. table f191
  3217. table_bar ead2
  3218. table_chart e265
  3219. table_chart_view f6ef
  3220. table_eye f466
  3221. table_lamp e1f2
  3222. table_restaurant eac6
  3223. table_rows f101
  3224. table_rows_narrow f73f
  3225. table_view f1be
  3226. tablet e32f
  3227. tablet_android e330
  3228. tablet_camera f44d
  3229. tablet_mac e331
  3230. tabs e9ee
  3231. tactic f564
  3232. tag e9ef
  3233. tag_faces ea22
  3234. takeout_dining ea74
  3235. tamper_detection_off e82e
  3236. tamper_detection_on f8c8
  3237. tap_and_play e62b
  3238. tapas f1e9
  3239. target e719
  3240. task f075
  3241. task_alt e2e6
  3242. taunt f69f
  3243. taxi_alert ef74
  3244. team_dashboard e013
  3245. temp_preferences_custom f8c9
  3246. temp_preferences_eco f8ca
  3247. temple_buddhist eab3
  3248. temple_hindu eaaf
  3249. tenancy f0e3
  3250. terminal eb8e
  3251. terrain e564
  3252. text_ad e728
  3253. text_decrease eadd
  3254. text_fields e262
  3255. text_fields_alt e9f1
  3256. text_format e165
  3257. text_increase eae2
  3258. text_rotate_up e93a
  3259. text_rotate_vertical e93b
  3260. text_rotation_angledown e93c
  3261. text_rotation_angleup e93d
  3262. text_rotation_down e93e
  3263. text_rotation_none e93f
  3264. text_select_end f73e
  3265. text_select_jump_to_beginning f73d
  3266. text_select_jump_to_end f73c
  3267. text_select_move_back_character f73b
  3268. text_select_move_back_word f73a
  3269. text_select_move_down f739
  3270. text_select_move_forward_character f738
  3271. text_select_move_forward_word f737
  3272. text_select_move_up f736
  3273. text_select_start f735
  3274. text_snippet f1c6
  3275. text_to_speech f1bc
  3276. text_up f49e
  3277. textsms e625
  3278. texture e421
  3279. texture_add f57c
  3280. texture_minus f57b
  3281. theater_comedy ea66
  3282. theaters e8da
  3283. thermometer e846
  3284. thermometer_add f582
  3285. thermometer_gain f6d8
  3286. thermometer_loss f6d7
  3287. thermometer_minus f581
  3288. thermostat f076
  3289. thermostat_auto f077
  3290. thermostat_carbon f178
  3291. things_to_do eb2a
  3292. thread_unread f4f9
  3293. thumb_down f578
  3294. thumb_down_alt f578
  3295. thumb_down_filled f578
  3296. thumb_down_off f578
  3297. thumb_down_off_alt f578
  3298. thumb_up f577
  3299. thumb_up_alt f577
  3300. thumb_up_filled f577
  3301. thumb_up_off f577
  3302. thumb_up_off_alt f577
  3303. thumbnail_bar f734
  3304. thumbs_up_down e8dd
  3305. thunderstorm ebdb
  3306. tibia f89b
  3307. tibia_alt f89c
  3308. time_auto f0e4
  3309. time_to_leave eff7
  3310. timelapse e422
  3311. timeline e922
  3312. timer e425
  3313. timer_10 e423
  3314. timer_10_alt_1 efbf
  3315. timer_10_select f07a
  3316. timer_3 e424
  3317. timer_3_alt_1 efc0
  3318. timer_3_select f07b
  3319. timer_5 f4b1
  3320. timer_5_shutter f4b2
  3321. timer_off e426
  3322. timer_pause f4bb
  3323. timer_play f4ba
  3324. tips_and_updates e79a
  3325. tire_repair ebc8
  3326. title e264
  3327. titlecase f489
  3328. toast efc1
  3329. toc e8de
  3330. today e8df
  3331. toggle_off e9f5
  3332. toggle_on e9f6
  3333. token ea25
  3334. toll e8e0
  3335. tonality e427
  3336. toolbar e9f7
  3337. tools_flat_head f8cb
  3338. tools_installation_kit e2ab
  3339. tools_ladder e2cb
  3340. tools_level e77b
  3341. tools_phillips f8cc
  3342. tools_pliers_wire_stripper e2aa
  3343. tools_power_drill e1e9
  3344. tools_wrench f8cd
  3345. tooltip e9f8
  3346. tooltip_2 f3ed
  3347. top_panel_close f733
  3348. top_panel_open f732
  3349. topic f1c8
  3350. tornado e199
  3351. total_dissolved_solids f877
  3352. touch_app e913
  3353. touchpad_mouse f687
  3354. touchpad_mouse_off f4e6
  3355. tour ef75
  3356. toys e332
  3357. toys_and_games efc2
  3358. toys_fan f887
  3359. track_changes e8e1
  3360. trackpad_input f4c7
  3361. trackpad_input_2 f409
  3362. trackpad_input_3 f408
  3363. traffic e565
  3364. traffic_jam f46f
  3365. trail_length eb5e
  3366. trail_length_medium eb63
  3367. trail_length_short eb6d
  3368. train e570
  3369. tram e571
  3370. transcribe f8ec
  3371. transfer_within_a_station e572
  3372. transform e428
  3373. transgender e58d
  3374. transit_enterexit e579
  3375. transit_ticket f3f1
  3376. transition_chop f50e
  3377. transition_dissolve f50d
  3378. transition_fade f50c
  3379. transition_push f50b
  3380. transition_slide f50a
  3381. translate e8e2
  3382. transportation e21d
  3383. travel ef93
  3384. travel_explore e2db
  3385. travel_luggage_and_bags efc3
  3386. trending_down e8e3
  3387. trending_flat e8e4
  3388. trending_up e8e5
  3389. trip e6fb
  3390. trip_origin e57b
  3391. trolley f86b
  3392. trolley_cable_car f46e
  3393. trophy ea23
  3394. troubleshoot e1d2
  3395. try f07c
  3396. tsunami ebd8
  3397. tsv e6d6
  3398. tty f1aa
  3399. tune e429
  3400. tungsten f07d
  3401. turn_left eba6
  3402. turn_right ebab
  3403. turn_sharp_left eba7
  3404. turn_sharp_right ebaa
  3405. turn_slight_left eba4
  3406. turn_slight_right eb9a
  3407. turned_in e8e7
  3408. turned_in_not e8e7
  3409. tv e63b
  3410. tv_displays f3ec
  3411. tv_gen e830
  3412. tv_guide e1dc
  3413. tv_next f3eb
  3414. tv_off e647
  3415. tv_options_edit_channels e1dd
  3416. tv_options_input_settings e1de
  3417. tv_remote f5d9
  3418. tv_signin e71b
  3419. tv_with_assistant e785
  3420. two_pager f51f
  3421. two_wheeler e9f9
  3422. type_specimen f8f0
  3423. u_turn_left eba1
  3424. u_turn_right eba2
  3425. ulna_radius f89d
  3426. ulna_radius_alt f89e
  3427. umbrella f1ad
  3428. unarchive e169
  3429. undo e166
  3430. unfold_less e5d6
  3431. unfold_less_double f8cf
  3432. unfold_more e5d7
  3433. unfold_more_double f8d0
  3434. ungroup f731
  3435. universal_currency e9fa
  3436. universal_currency_alt e734
  3437. universal_local e9fb
  3438. unknown_2 f49f
  3439. unknown_5 e6a5
  3440. unknown_7 f49e
  3441. unknown_document f804
  3442. unknown_med eabd
  3443. unlicense eb05
  3444. unpaved_road f46d
  3445. unpin e6f9
  3446. unpublished f236
  3447. unsubscribe e0eb
  3448. upcoming f07e
  3449. update e923
  3450. update_disabled e075
  3451. upgrade f0fb
  3452. upload f09b
  3453. upload_2 f521
  3454. upload_file e9fc
  3455. uppercase f488
  3456. urology e137
  3457. usb e1e0
  3458. usb_off e4fa
  3459. user_attributes e708
  3460. vaccines e138
  3461. vacuum efc5
  3462. valve e224
  3463. vape_free ebc6
  3464. vaping_rooms ebcf
  3465. variable_add f51e
  3466. variable_insert f51d
  3467. variable_remove f51c
  3468. variables f851
  3469. ventilator e139
  3470. verified ef76
  3471. verified_user f013
  3472. vertical_align_bottom e258
  3473. vertical_align_center e259
  3474. vertical_align_top e25a
  3475. vertical_distribute e076
  3476. vertical_shades ec0e
  3477. vertical_shades_closed ec0d
  3478. vertical_split e949
  3479. vibration e62d
  3480. video_call e070
  3481. video_camera_back f07f
  3482. video_camera_back_add f40c
  3483. video_camera_front f080
  3484. video_camera_front_off f83b
  3485. video_chat f8a0
  3486. video_file eb87
  3487. video_label e071
  3488. video_library e04a
  3489. video_search efc6
  3490. video_settings ea75
  3491. video_stable f081
  3492. videocam e04b
  3493. videocam_off e04c
  3494. videogame_asset e338
  3495. videogame_asset_off e500
  3496. view_agenda e8e9
  3497. view_array e8ea
  3498. view_carousel e8eb
  3499. view_column e8ec
  3500. view_column_2 f847
  3501. view_comfy e42a
  3502. view_comfy_alt eb73
  3503. view_compact e42b
  3504. view_compact_alt eb74
  3505. view_cozy eb75
  3506. view_day e8ed
  3507. view_headline e8ee
  3508. view_in_ar efc9
  3509. view_in_ar_new efc9
  3510. view_in_ar_off f61b
  3511. view_kanban eb7f
  3512. view_list e8ef
  3513. view_module e8f0
  3514. view_object_track f432
  3515. view_quilt e8f1
  3516. view_real_size f4c2
  3517. view_sidebar f114
  3518. view_stream e8f2
  3519. view_timeline eb85
  3520. view_week e8f3
  3521. vignette e435
  3522. villa e586
  3523. visibility e8f4
  3524. visibility_lock f653
  3525. visibility_off e8f5
  3526. vital_signs e650
  3527. vitals e13b
  3528. vo2_max f4aa
  3529. voice_chat e62e
  3530. voice_over_off e94a
  3531. voice_selection f58a
  3532. voice_selection_off f42c
  3533. voicemail e0d9
  3534. volcano ebda
  3535. volume_down e04d
  3536. volume_down_alt e79c
  3537. volume_mute e04e
  3538. volume_off e04f
  3539. volume_up e050
  3540. volunteer_activism ea70
  3541. voting_chip f852
  3542. vpn_key e0da
  3543. vpn_key_alert f6cc
  3544. vpn_key_off eb7a
  3545. vpn_lock e62f
  3546. vr180_create2d efca
  3547. vr180_create2d_off f571
  3548. vrpano f082
  3549. wall_art efcb
  3550. wall_lamp e2b4
  3551. wallet f8ff
  3552. wallpaper e1bc
  3553. wallpaper_slideshow f672
  3554. ward e13c
  3555. warehouse ebb8
  3556. warning f083
  3557. warning_amber f083
  3558. warning_off f7ad
  3559. wash f1b1
  3560. watch e334
  3561. watch_button_press f6aa
  3562. watch_check f468
  3563. watch_later efd6
  3564. watch_off eae3
  3565. watch_screentime f6ae
  3566. watch_vibration f467
  3567. watch_wake f6a9
  3568. water f084
  3569. water_bottle f69d
  3570. water_bottle_large f69e
  3571. water_damage f203
  3572. water_do f870
  3573. water_drop e798
  3574. water_ec f875
  3575. water_full f6d6
  3576. water_heater e284
  3577. water_lock f6ad
  3578. water_loss f6d5
  3579. water_lux f874
  3580. water_medium f6d4
  3581. water_orp f878
  3582. water_ph f87a
  3583. water_pump f5d8
  3584. water_voc f87b
  3585. waterfall_chart ea00
  3586. waves e176
  3587. waving_hand e766
  3588. wb_auto e42c
  3589. wb_cloudy f15c
  3590. wb_incandescent e42e
  3591. wb_iridescent f07d
  3592. wb_shade ea01
  3593. wb_sunny e430
  3594. wb_twilight e1c6
  3595. wc e63d
  3596. weather_hail f67f
  3597. weather_mix f60b
  3598. weather_snowy e2cd
  3599. web e051
  3600. web_asset e069
  3601. web_asset_off ef47
  3602. web_stories e595
  3603. web_traffic ea03
  3604. webhook eb92
  3605. weekend e16b
  3606. weight e13d
  3607. west f1e6
  3608. whatshot e80e
  3609. wheelchair_pickup f1ab
  3610. where_to_vote e177
  3611. widgets e1bd
  3612. width f730
  3613. width_full f8f5
  3614. width_normal f8f6
  3615. width_wide f8f7
  3616. wifi e63e
  3617. wifi_1_bar e4ca
  3618. wifi_2_bar e4d9
  3619. wifi_add f7a8
  3620. wifi_calling ef77
  3621. wifi_calling_1 f0e7
  3622. wifi_calling_2 f0f6
  3623. wifi_calling_3 f0e7
  3624. wifi_calling_bar_1 f44c
  3625. wifi_calling_bar_2 f44b
  3626. wifi_calling_bar_3 f44a
  3627. wifi_channel eb6a
  3628. wifi_find eb31
  3629. wifi_home f671
  3630. wifi_lock e1e1
  3631. wifi_notification f670
  3632. wifi_off e648
  3633. wifi_password eb6b
  3634. wifi_protected_setup f0fc
  3635. wifi_proxy f7a7
  3636. wifi_tethering e1e2
  3637. wifi_tethering_error ead9
  3638. wifi_tethering_off f087
  3639. wind_power ec0c
  3640. window f088
  3641. window_closed e77e
  3642. window_open e78c
  3643. window_sensor e2bb
  3644. wine_bar f1e8
  3645. woman e13e
  3646. woman_2 f8e7
  3647. work e943
  3648. work_alert f5f7
  3649. work_history ec09
  3650. work_off e942
  3651. work_outline e943
  3652. work_update f5f8
  3653. workflow ea04
  3654. workspace_premium e7af
  3655. workspaces ea0f
  3656. workspaces_outline ea0f
  3657. wounds_injuries e13f
  3658. wrap_text e25b
  3659. wrist f69c
  3660. wrong_location ef78
  3661. wysiwyg f1c3
  3662. yard f089
  3663. your_trips eb2b
  3664. youtube_activity f85a
  3665. youtube_searched_for e8fa
  3666. zone_person_alert e781
  3667. zone_person_idle e77a
  3668. zone_person_urgent e788
  3669. zoom_in e8ff
  3670. zoom_in_map eb2d
  3671. zoom_out e900
  3672. zoom_out_map e56b